Resetting password requires exact capitalisation as the email address is stored in the DB
complete
Michael Bates
When requesting a password reset, if the email address is stored as Me@example.com, typing me@example.com in the pwd reset form doesn't send the email, only typing Me@example.com does. It should be case insensitive.
This post was marked as
complete
This post was marked as
closed
Michael Bates
Changed collation of auth_user.email column to be utf8_general_ci instead of utf8_bin (which does not allow case insensitive operations)