Change the password reset email to be less mocking

This commit is contained in:
Bye 2024-06-25 17:17:58 +01:00 committed by GitHub
parent 04e539b3ba
commit 5436336b5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
This link expires in 5 minutes.
If you did not request this password reset, please ignore it (or tighten your account\'s security)']);
If you did not request this password reset, please ignore this email.']);
// echo("<a href='$password_reset_link'>This is a security issue.</a>");
} catch (Exception $e) {