mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 21:43:15 -08:00
When case insensitivity is enabled via devise's `config.case_insensitive_keys` then `.find_for_authentication` method needs to be used instead of `.find_by` because second mentioned returns `nil` when valid email with different cases is passed. More info https://github.com/plataformatec/devise/wiki/How-To:-Use-case-insensitive-emails |
||
|---|---|---|
| .. | ||
| confirmations_controller_spec.rb | ||
| passwords_controller_spec.rb | ||
| registrations_controller_spec.rb | ||
| sessions_controller_spec.rb | ||