about summary refs log tree commit diff
path: root/spec/controllers/auth/passwords_controller_spec.rb
AgeCommit message (Collapse)Author
2022-12-15Revoke all authorized applications on password reset (#21325)Francis Murillo
* Clear sessions on password change * Rename User::clear_sessions to revoke_access for a clearer meaning * Add reset paassword controller test * Use User.find instead of User.find_for_authentication for reset password test * Use redirect and render for better test meaning in reset password Co-authored-by: Effy Elden <effy@effy.space>
2018-04-21Use raw status code on have_http_status (#7214)Yamagishi Kazutoshi
2017-08-03Redirect to PasswordController#new when reset_password_token is invalid (#4506)nullkal
2017-05-29Spec Auth::PasswordsController (#3352)Akihiko Odaki