diff options
| author | Horus3 | 2014-03-16 21:18:48 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-16 21:18:48 +0100 |
| commit | 0665ea1e03f2bbb269e33ab78e4271eabe8f6442 (patch) | |
| tree | 0b0a736ed9896844d7827b5bfbf8c9a875cbe7af /www/register.php | |
| parent | e6f9dea9a5a3c450847cdf1a11f77633fca09e43 (diff) | |
| download | files.iamfabulous.de-0665ea1e03f2bbb269e33ab78e4271eabe8f6442.tar.gz | |
Some comments in the doc and renaming stuff.
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. + ================================================================================================================================================== */ |
