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
René Klačan dcf0530218 Make sure email is case insensitive on all places (#3688)
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
7 years ago
..
controllers Make sure email is case insensitive on all places (#3688) 7 years ago
fabricators
features
fixtures
helpers
javascript
lib Language detection defaults to nil (#3666) 7 years ago
mailers
models Fix db:seed - only run some validations when the field was changed (#3592) 7 years ago
policies
presenters
requests
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 7 years ago
services
support
views
workers
rails_helper.rb
spec_helper.rb