mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
This change to validate_username really keeps on giving
#10175 git-svn-id: file:///svn/phpbb/trunk@7408 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bc698d1551
commit
78f16d70a2
1 changed files with 5 additions and 5 deletions
|
@ -153,7 +153,7 @@ class ucp_register
|
|||
$error = validate_data($data, array(
|
||||
'username' => array(
|
||||
array('string', false, $config['min_name_chars'], $config['max_name_chars']),
|
||||
array('username')),
|
||||
array('username', '')),
|
||||
'new_password' => array(
|
||||
array('string', false, $config['min_pass_chars'], $config['max_pass_chars']),
|
||||
array('password')),
|
||||
|
|
Loading…
Add table
Reference in a new issue