mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Try fix workflow
This commit is contained in:
@@ -121,7 +121,7 @@ class Validator
|
||||
return false;
|
||||
}
|
||||
|
||||
if(setting('core.account_mail_block_plus_sign')) {
|
||||
if(!defined('MYAAC_INSTALL') && setting('core.account_mail_block_plus_sign')) {
|
||||
$explode = explode('@', $email);
|
||||
if(isset($explode[0]) && (strpos($explode[0],'+') !== false)) {
|
||||
self::$lastError = 'Please do not use plus (+) sign in your e-mail.';
|
||||
|
Reference in New Issue
Block a user