You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@helloniklas I don't have a PR or anything for this since I've just been glancing at the project, but a way to fix this would be to always apply .toUpperCase() to the input email address and store it in the database in all caps. So, regardless of how the user inputs the email address, it's going to be converted to (and compared in) uppercase.
I believe there's a risk with this approach when it comes to internationalization, however, and some Unicode characters.
When registering an email with [email protected], [email protected] doesn't match when requesting a forgotten password
The text was updated successfully, but these errors were encountered: