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
Username input requirements state "Case-insensitive" yet my username input has a pattern that is case sensitive [a-z0-9_]* which prevents me from setting my username. Either the requirements of regex should be updated.