What Happened?
When creating a new user with a username already existing in the systems causes a 409 error once the form is submitted.
What Did You Expect?
Either allow for the same username to be present if the users are in different group or place a warning during the user creation form that the chosen username is already being used.
Operating System
Ubuntu 22.04
Browser (if applicable)
Firefox
Steps to Reproduce
- log in as an admin to an odc instance
- access the manage users page
- select the create user button to start the form
- fill out the credentials and use a pre-existing username
- submit the form
Anything Else?
No response