Add documentation to account.php

This commit is contained in:
Jonathan Ernst
2006-07-07 15:50:41 +00:00
committed by WineHQ
parent 427262a5c2
commit f357d8dc07

View File

@@ -5,6 +5,13 @@
* Mandatory parameters: * Mandatory parameters:
* - sCmd, action to perform ("new", "do_new", "login", "do_login", "send_passwd", "logout") * - sCmd, action to perform ("new", "do_new", "login", "do_login", "send_passwd", "logout")
* *
* Optional parameters:
* - sUserPassword, new password
* - sUserPassword2, new password confirmation
* - sUserEmail, e-mail address
* - sUserRealname, user's real name
* - sWineRelease, user's Wine release
*
* TODO: * TODO:
* - replace sCmd with iAction and replace "new", "login", etc. with integer constants NEW, LOGIN, etc. * - replace sCmd with iAction and replace "new", "login", etc. with integer constants NEW, LOGIN, etc.
* - move functions into their respective modules (probably static methods of user class) * - move functions into their respective modules (probably static methods of user class)