mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5143 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -411,7 +411,7 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
||||
}
|
||||
else if ( $username != $userdata['username'] || $mode == 'register')
|
||||
{
|
||||
if (strtolower($username) != strtolower($userdata['username']))
|
||||
if (strtolower($username) != strtolower($userdata['username']) || $mode == 'register')
|
||||
{
|
||||
$result = validate_username($username);
|
||||
if ( $result['error'] )
|
||||
|
Reference in New Issue
Block a user