Remove "Unknown user" notification on password request with non-existent email address (#6254).

Patch by Go MAEDA.


git-svn-id: https://svn.redmine.org/redmine/trunk@22100 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2023-02-07 03:53:27 +00:00
parent e03bc47e14
commit c94296720d
51 changed files with 4 additions and 50 deletions

View File

@@ -476,6 +476,7 @@ class AccountControllerTest < Redmine::ControllerTest
}
)
assert_response :success
assert_equal I18n.t(:notice_account_lost_email_sent), flash[:notice]
end
end