You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/controllers/auth
Francis Murillo 5fb1c3e934
Revoke all authorized applications on password reset (#21325)
* 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>
2 years ago
..
challenges_controller_spec.rb Add password challenge to 2FA settings, e-mail notifications (#11878) 5 years ago
confirmations_controller_spec.rb Change confirmations controller to redirect to / for approved users (#16151) 4 years ago
passwords_controller_spec.rb Revoke all authorized applications on password reset (#21325) 2 years ago
registrations_controller_spec.rb Refactor and improve tests (#17386) 3 years ago
sessions_controller_spec.rb Fix suspicious sign-in mails never being sent (#18599) 3 years ago