You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many email providers ignore "." in the email so you can login to Google provider with email such as "[email protected]" 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.
The text was updated successfully, but these errors were encountered:
Many email providers ignore "." in the email so you can login to Google provider with email such as "[email protected]" 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.
The text was updated successfully, but these errors were encountered: