From f357d8dc071c13d39e76f054651b03db4c0dd8cc Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Fri, 7 Jul 2006 15:50:41 +0000 Subject: [PATCH] Add documentation to account.php --- account.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/account.php b/account.php index 5b59f63..bdc0de1 100644 --- a/account.php +++ b/account.php @@ -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)