ChangeSet ID: 26281 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/07 10:50:41
Modified files: . : account.php
Log message: Jonathan Ernst jonathan@ernstfamily.ch Add documentation to account.php
Patch: http://cvs.winehq.org/patch.py?id=26281
Old revision New revision Changes Path 1.31 1.32 +7 -0 appdb/account.php
Index: appdb/account.php diff -u -p appdb/account.php:1.31 appdb/account.php:1.32 --- appdb/account.php:1.31 7 Jul 2006 15:50:41 -0000 +++ appdb/account.php 7 Jul 2006 15:50:41 -0000 @@ -5,6 +5,13 @@ * Mandatory parameters: * - 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: * - 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)