1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00
git-svn-id: file:///svn/phpbb/trunk@7376 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-04-19 22:58:15 +00:00
parent 7bc490b9bc
commit 8a668ffe67
2 changed files with 1 additions and 3 deletions

View File

@@ -1211,7 +1211,7 @@ function validate_username($username, $allowed_username = false)
case 'USERNAME_ALPHA_SPACERS':
$pcre = true;
$regex = '[-\]_+ ]+';
$regex = '[A-Za-z-\]_+ ]+';
break;
case 'USERNAME_LETTER_NUM':