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] WIMS responds with an error if len(quser) < 4 #51

Open
qcoumes opened this issue Feb 2, 2024 · 0 comments
Open

[BUG] WIMS responds with an error if len(quser) < 4 #51

qcoumes opened this issue Feb 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@qcoumes
Copy link
Contributor

qcoumes commented Feb 2, 2024

Describe the bug
The username generated for WIMS (quser) currently uses the <first letter of the first name><last name> format, which can produce a quser with less than 4 characters if the last name is short. This results in WIMS responding with:

  • login name must not be <quser> (illegal, or wrong length)

Expected behavior
This problem can be solved by appending a 0-padded 1 at the end of the quser so that it reaches 4 characters. For instance ab -> ab01.

@qcoumes qcoumes added the bug Something isn't working label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant