-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[FIX] User can resend email verification if email is invalid or is empty #16095
Conversation
@ggazzo Would you please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taking into account the current behaviour, we should only let the user resend his email verification if changes to it have been saved. Basically we want the button to be disabled until the Database email match the input.
@mariaeduardacunha |
@gabriellsh Please review |
Closes #16066