• robdel12's avatar
    Add `:email_confirmation` to devise `insensitive_keys` · c82678ca
    robdel12 authored
    This fixes a bug where the email confirmation input value is case
    sensative. For example, if the email input is `myemail@example.com` and
    the email confirmation input is `Myemail@example.com` the form would
    fail to submit.
    c82678ca
devise.rb 11.4 KB