Fix #4272: Prevent password reset spam.

Remove username from password reset email. A rate limit was previously
added in 4542f3802.
This commit is contained in:
evazion
2022-05-02 16:41:12 -05:00
parent 17ffe3590a
commit eb83f04dfb

View File

@@ -1,12 +1,9 @@
<!doctype html> <!doctype html>
<html> <html>
<body> <body>
<h2>Hi <%= @user.name %>,</h2>
<p> <p>
You recently requested your password to be reset for your <%= Danbooru.config.app_name %> You recently requested your <%= Danbooru.config.app_name %> password to be reset.
account. Click the link below to login to <%= Danbooru.config.app_name %> Click the link below to login to <%= Danbooru.config.app_name %> and reset your password.
and reset your password.
</p> </p>
<p> <p>