Skip to content
Snippets Groups Projects
Unverified Commit 5436336b authored by Bye's avatar Bye Committed by GitHub
Browse files

Change the password reset email to be less mocking

parent 04e539b3
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { ...@@ -29,7 +29,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
This link expires in 5 minutes. 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>"); // echo("<a href='$password_reset_link'>This is a security issue.</a>");
} catch (Exception $e) { } catch (Exception $e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment