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:
@@ -1,12 +1,9 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<body>
|
||||
<h2>Hi <%= @user.name %>,</h2>
|
||||
|
||||
<p>
|
||||
You recently requested your password to be reset for your <%= Danbooru.config.app_name %>
|
||||
account. Click the link below to login to <%= Danbooru.config.app_name %>
|
||||
and reset your password.
|
||||
You recently requested your <%= Danbooru.config.app_name %> password to be reset.
|
||||
Click the link below to login to <%= Danbooru.config.app_name %> and reset your password.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user