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

Bugfix: reset password does not validate email #315

Merged
merged 3 commits into from
Oct 20, 2024

Conversation

Gustavo-SF
Copy link
Contributor

@Gustavo-SF Gustavo-SF commented Oct 20, 2024

Changes

  • Bugfix the reset password to not validate the email. clean_email is the function that needed to be modified here since it is being used by the account registration and password reset forms. This function should allow both cases, that's why I'm adding a condition for when it is a password reset, it doesn't need to validate the email.

@Gustavo-SF Gustavo-SF self-assigned this Oct 20, 2024
@Gustavo-SF Gustavo-SF requested a review from RuiFSP October 20, 2024 11:21
Copy link

@RuiFSP RuiFSP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Job Gustavo 👍

@Gustavo-SF Gustavo-SF merged commit 3d42445 into dev Oct 20, 2024
3 checks passed
@Gustavo-SF Gustavo-SF deleted the bugfix/reset-password-does-not-validate-email branch October 20, 2024 11:23
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.

2 participants