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