From a1d40e5a33fe1cae729b5c7b7e77a54b4ab17271 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Tue, 24 Jul 2007 02:52:49 +0000 Subject: Bug 254758 creating an account that doesn't match the create email regexp should not say "New accounts must be created by an administrator." r=lpsolit a=lpsolit --- createaccount.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'createaccount.cgi') 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. -- cgit v1.2.3-24-g4f1b