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/app/controllers/auth
ThibG 45202f79ef
Remove confusing “You are already signed in.” flash message (#13547)
When attempting to access the log-in page while already logged in,
Devise's `require_no_authentication` kicks in and sets a flash
message “You are already signed in.”

In almost all cases, this also causes a redirect to /web, which
does not display or clear flash messages, thus leaving the message
to a potentially much later date, like for instance, accessing
/preferences several minutes after being redirected to /web.
5 years ago
..
challenges_controller.rb Add password challenge to 2FA settings, e-mail notifications (#11878) 5 years ago
confirmations_controller.rb Fix wrong variable regression from #11753 (#11763) 5 years ago
omniauth_callbacks_controller.rb Change unconfirmed user login behaviour (#11375) 6 years ago
passwords_controller.rb Fix password change/reset not immediately invalidating other sessions (#12928) 5 years ago
registrations_controller.rb Fix sign-ups without checked user agreement being accepted through the web form (#13088) 5 years ago
sessions_controller.rb Remove confusing “You are already signed in.” flash message (#13547) 5 years ago
setup_controller.rb Change unconfirmed user login behaviour (#11375) 6 years ago