summaryrefslogtreecommitdiffstats
path: root/createaccount.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-xcreateaccount.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/createaccount.cgi b/createaccount.cgi
index 1f372fe7e..1ec7ec31d 100755
--- a/createaccount.cgi
+++ b/createaccount.cgi
@@ -64,7 +64,7 @@ if (defined($login)) {
$vars->{'login'} = $login;
if ($login !~ /$createexp/) {
- ThrowUserError("account_creation_disabled");
+ ThrowUserError("account_creation_restricted");
}
# Create and send a token for this new account.