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
Motivation:
Allow for oidc usernames starting with a character that is not a-z or A-Z. This is caused by the "checkLoginNameValidity(String loginName) throws IllegalArgumentException" function in the UserAgentImpl.java class.
This can be easily fixed by not throwing an exception in this case, since the username can be valid.
The text was updated successfully, but these errors were encountered:
Motivation:
Allow for oidc usernames starting with a character that is not a-z or A-Z. This is caused by the "checkLoginNameValidity(String loginName) throws IllegalArgumentException" function in the UserAgentImpl.java class.
This can be easily fixed by not throwing an exception in this case, since the username can be valid.
The text was updated successfully, but these errors were encountered: