Changeset 1084 for trunk

Show
Ignore:
Timestamp:
05/07/02 01:21:31 (11 years ago)
Author:
bradfitz
Message:

<lj user=sherm> feature

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/create.bml

    r1056 r1084  
    129129         $errors{'username'} = "Sorry, that's a reserved username."; 
    130130     } 
     131     # sadly enough:  (can't read english?  or AOL users?) 
     132     if ($LJ::USE_ACCT_CODES && $user =~ /^.....a[ab].....$/) { 
     133         $errors{'username'} = "Username appears to be an invite code, not a username."; 
     134     } 
    131135      
    132136     my $u = LJ::load_user($dbs, $user);