We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When PANDA creates a new user, it forces the email to lowercase. However it does this after the test to see if a user with the same email already exists. This allows creation of multiple users with the same email address.
Also, when requesting a password reset email, PANDA does not treat the user entered email as case_insensitive.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When PANDA creates a new user, it forces the email to lowercase. However it does this after the test to see if a user with the same email already exists. This allows creation of multiple users with the same email address.
Also, when requesting a password reset email, PANDA does not treat the user entered email as case_insensitive.
The text was updated successfully, but these errors were encountered: