ThibG 45202f79ef
Remove confusing “You are already signed in.” flash message ()
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.
..
challenges_controller.rb Add password challenge to 2FA settings, e-mail notifications ()
confirmations_controller.rb Fix wrong variable regression from ()
omniauth_callbacks_controller.rb Change unconfirmed user login behaviour ()
passwords_controller.rb Fix password change/reset not immediately invalidating other sessions ()
registrations_controller.rb Fix sign-ups without checked user agreement being accepted through the web form ()
sessions_controller.rb Remove confusing “You are already signed in.” flash message ()
setup_controller.rb Change unconfirmed user login behaviour ()