Merge branch 'develop' of gitlab.antadis.net:dev-antadis/bebeboutik into develop
This commit is contained in:
commit
6e391cbeee
@ -109,6 +109,13 @@ class AuthController extends AuthControllerCore {
|
||||
}
|
||||
|
||||
$_POST['email'] = trim($_POST['email']);
|
||||
/** @Override Antadis - mail fixing */
|
||||
$_POST['email'] = str_replace(array('@hotmil.','@htmail.','@hotmal.','@hotml.','@hotmai.'),'@hotmail.',$_POST['email']);
|
||||
$_POST['email'] = str_replace(array('@gmal.','@gail.','@gml.','@gmai.','@gmil.'),'@gmail.',$_POST['email']);
|
||||
$_POST['email'] = str_replace('@gmailcom','@gmail.com',$_POST['email']);
|
||||
$_POST['email'] = str_replace('@hotmailcom','@hotmail.com',$_POST['email']);
|
||||
$_POST['email'] = str_replace('@hotmailfr','@hotmail.fr',$_POST['email']);
|
||||
/** @End Override Antadis - mail fixing */
|
||||
|
||||
/* Preparing customer */
|
||||
$customer = new Customer();
|
||||
|
Loading…
Reference in New Issue
Block a user