mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10073] Split email validation from email ban and taken checks
PHPBB3-10073
This commit is contained in:
@@ -814,7 +814,7 @@ class acp_users
|
||||
$check_ary += array(
|
||||
'email' => array(
|
||||
array('string', false, 6, 60),
|
||||
array('email', $user_row['user_email'])
|
||||
array('user_email', $user_row['user_email']),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user