1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-01-06 00:22:21 +00:00

Les encadrants sont adultes

This commit is contained in:
Yohann 2019-10-23 12:38:25 +02:00
parent da3b7006e9
commit 9c98216b15

View File

@ -57,6 +57,8 @@ class NewUser
if ($this->role == Role::PARTICIPANT)
$this->class = SchoolClass::fromName(strtoupper($this->class));
else
$this->class = SchoolClass::ADULT;
$this->confirm_email_token = genRandomPhrase(64);
}