mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-26 20:47:57 +02:00
Optimisation de l'envoi de mails
This commit is contained in:
@ -86,7 +86,7 @@ class NewUser
|
||||
$req->execute([$this->email, password_hash($this->password, PASSWORD_BCRYPT), $this->confirm_email_token, $this->surname, $this->first_name, $this->birth_date, $this->gender, $this->address,
|
||||
$this->postal_code, $this->city, $this->country, $this->phone_number, $this->school, SchoolClass::getName($this->class), Role::getName($this->role), $this->description, $YEAR]);
|
||||
|
||||
sendRegisterMail($this);
|
||||
Mailer::sendRegisterMail($this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user