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

Bug with emails that have "." in them breaks username requirements #350

Open
njhargis opened this issue Aug 12, 2022 · 0 comments
Open

Bug with emails that have "." in them breaks username requirements #350

njhargis opened this issue Aug 12, 2022 · 0 comments

Comments

@njhargis
Copy link

njhargis commented Aug 12, 2022

Many email providers ignore "." in the email so you can login to Google provider with email such as "John.Frank.Doe@gmail.com" and username will be created as John.Frank.Doe, this breaks the "business rules" setup where username should only have one "." which is normally validated on the UI when changing username. If you create a user with periods in their username, it breaks the profile page for such users.

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 a pull request may close this issue.

1 participant