Add `:email_confirmation` to devise `insensitive_keys`
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.
Showing
Please register or sign in to comment