Validate email confirmation on sign up and profile update#1520
Closed
sonalkr132 wants to merge 2 commits into
Closed
Validate email confirmation on sign up and profile update#1520sonalkr132 wants to merge 2 commits into
sonalkr132 wants to merge 2 commits into
Conversation
Removed values from `PERMITTED_ATTRS` were no longer used.
410a5c0 to
25e7dea
Compare
Contributor
|
Personally, I don't like this solution for these reasons: Signup
Profile update
So with this it's still possible to lock yourself out. With #1518 it would be impossible to do that because you still can login back and fix error. |
Member
Author
|
Thank your for your feedback @GBH
Username would no longer be available.
You would only need to fill in email confirmation if you change your original email. EDIT: Added caveat for sign up. |
Member
Author
|
See #1531 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #1512
Users will be required to retype their email in email confirmation field.

Sign up page - Profile update page