gestion synchro no mail

This commit is contained in:
afornerot 2021-01-21 17:17:48 +01:00
parent 6821d4106f
commit bbc1fd225e
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,6 @@ class SecurityController extends AbstractController
$attributes = \phpCAS::getAttributes();
// Init
$username = "";
$email = "";
$lastname = "";
$firstname = "";
@ -93,6 +92,8 @@ class SecurityController extends AbstractController
$exists = $user ? true : false;
if (!$exists) {
if(empty($email)) $email = $username."@nomail.com";
$user = new User();
$key = Uuid::uuid4();