From 0665ea1e03f2bbb269e33ab78e4271eabe8f6442 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 16 Mar 2014 21:18:48 +0100 Subject: Some comments in the doc and renaming stuff. --- www/register.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'www/register.php') diff --git a/www/register.php b/www/register.php index 0981c20..05bed6e 100755 --- a/www/register.php +++ b/www/register.php @@ -2,11 +2,11 @@ /* Displays the register page and possible errors. Users specify their username and password and email address to register. As this page is invite-only users must enter their invite-key aswell. - TODO the email cannot differ from the address the mail was sent to. + TODO the email cannot differ from the address the mail was sent to. --that's fine and should be - TODO Username is not checked for duplicates. + TODO Username is not checked for duplicates. --fix 16.3.2014 - TODO invites should have it's own error. + TODO invites should have it's own error. --fix 16.3.2014 It has already been checked that the user isn't already logged in. @@ -20,8 +20,10 @@ REGISTER_PROHIBITED: Specifies that the request could not be fullfilled because the account has been marked "blocked" - + REGISTER_INVITEKEY: Specifies that the request could not be fullfilled because the invitekey does not match the database entry. + REGISTER_USERNAME: Specifies that the request could not be fullfilled because the username already exists. + ================================================================================================================================================== */ -- cgit v1.2.3