mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 06:22:22 +00:00
Correction d'un bug majeur concernant l'inscription des participants
This commit is contained in:
parent
b16e40e15b
commit
cd584f8bb6
@ -73,7 +73,7 @@ class NewUser
|
||||
}
|
||||
}
|
||||
|
||||
if (sizeof(User::getAllUsers()) == 0)
|
||||
if (count(User::getAllUsers()) == 0)
|
||||
$this->role = Role::ADMIN;
|
||||
|
||||
$this->confirm_email_token = genRandomPhrase(64);
|
||||
|
Loading…
Reference in New Issue
Block a user