Skip to content

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

@qcoumes

Description

@qcoumes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions