Skip to content
New issue

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

Dupli acc fix #1459

Merged
merged 2 commits into from
Oct 12, 2023
Merged

Dupli acc fix #1459

merged 2 commits into from
Oct 12, 2023

Conversation

JayanthBontha
Copy link
Contributor

This minor PR would fix the issue #1438.
The problem arises as there is a case-sensitive check for unique email while registration. Emails are case-insensitive.
Changes have been tested in development environment.

Proposed Changes

  • The uniqueness of the email should be checked with a case-insensitive query.

Please check that the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Added yourself to AUTHORS.rst

Other questions

*No extra commands are required.(No migrations)

@rolandgeider rolandgeider linked an issue Oct 12, 2023 that may be closed by this pull request
@rolandgeider
Copy link
Member

Good catch, thanks!

@rolandgeider rolandgeider merged commit 9830050 into wger-project:master Oct 12, 2023
7 checks passed
@JayanthBontha JayanthBontha deleted the DupliAccFix branch October 12, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Registration with existing email
2 participants