mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
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:
@@ -476,6 +476,7 @@ class AccountControllerTest < Redmine::ControllerTest
|
||||
}
|
||||
)
|
||||
assert_response :success
|
||||
assert_equal I18n.t(:notice_account_lost_email_sent), flash[:notice]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user