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

Usernames are case-sensitive #38

Closed
mxmehl opened this issue Aug 20, 2024 · 0 comments · Fixed by #40
Closed

Usernames are case-sensitive #38

mxmehl opened this issue Aug 20, 2024 · 0 comments · Fixed by #40
Assignees
Labels
bug Something isn't working

Comments

@mxmehl
Copy link
Member

mxmehl commented Aug 20, 2024

Users should be treated without case-sensitivity. Currently, this leads to odd behaviour:

[2024-08-20 15:46:50] INFO: Adding user 'User1' to team 'XYZ' as member
[2024-08-20 15:46:52] INFO: Removing 'User1' from team 'XYZ' as they are not configured

In this example, the actual user name was User1 but they have been in the file as user1. So adding work, detecting whether they are configured not.

@mxmehl mxmehl changed the title Usernames are case-sensitive. Usernames are case-sensitive Aug 20, 2024
@mxmehl mxmehl self-assigned this Aug 20, 2024
@mxmehl mxmehl added the bug Something isn't working label Aug 20, 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

Successfully merging a pull request may close this issue.

1 participant