You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sign in can now be disabled with config.allow_sign_in = false
Changed
Sign in failure message is now customized exclusively via I18n. SessionsController#flash_failure_after_create is no longer called. To
customize the message, change the clearance.controllers.sessions.bad_email_or_password or flashes.failure_after_create key.
Deprecated
clearance/testing is now deprecated. Require clearance/rspec or clearance/test_unit as appropriate.