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

[ENH] Allow for oidc usernames starting with a non alphabetic character #140

Open
Taeuber-hub opened this issue May 11, 2022 · 1 comment

Comments

@Taeuber-hub
Copy link

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.

@lakhoune
Copy link
Member

void checkLoginNameValidity(String loginName) throws IllegalArgumentException {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants