mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/10073] Split email validation from email ban and taken checks
PHPBB3-10073
This commit is contained in:
@@ -81,7 +81,8 @@ class gravatar extends \phpbb\avatar\driver\driver
|
||||
array(
|
||||
'email' => array(
|
||||
array('string', false, 6, 60),
|
||||
array('email'))
|
||||
array('email'),
|
||||
),
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user