mirror of https://github.com/byecorps/id.git
Change the password reset email to be less mocking
This commit is contained in:
parent
04e539b3ba
commit
5436336b5d
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue