We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As of Devise 1.2.rc (see https://github.com/plataformatec/devise/pull/670), you can make your devise users' emails case-insensitive by changing config/initializers/devise.rb to use:
... config.case_insensitive_keys = [:email] ...
This works for forgot password, sign up, sign in, etc.
Replace :email with the authentication key that you use.
:email