diff options
Diffstat (limited to 'www/register.php')
| -rwxr-xr-x | www/register.php | 10 |
1 files changed, 6 insertions, 4 deletions
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. + ================================================================================================================================================== */ |
