diff --git a/lib/request.php b/lib/request.php index 2fd02d6..49eb039 100644 --- a/lib/request.php +++ b/lib/request.php @@ -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; } }