ausgabe der erfolgsmeldung gesetzt

This commit is contained in:
bernd 2021-03-03 15:57:07 +01:00
parent 72c2690f5d
commit 1b5432539b

View file

@ -52,6 +52,9 @@ class Request extends BaseClass {
if ($this->generateToken(16) === true) {
if ($this->saveRequest() === true) {
if ($this->sendVerificationMail() === true) {
$login = htmlspecialchars($_POST['login']);
$message = "Your request for '{$login}' is saved and a
verification mail is send";
return true;
}
}