You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The admin allows adding two users with the same username, which should not be permitted and also leads to errors. This means not being able to acces with that username even trying with both passwords created for each instance of the username.
To Reproduce
Steps to reproduce the behavior:
Go to admin
Go to user screen
Create new user with the same name of an existing user.
Try to login with that username
See error
Expected behavior
The admin should check for existing users and not allow repeated usernames. I could show a popup informing the error.
The text was updated successfully, but these errors were encountered:
I am unable to replicate this bug. With an existing user with usernameadmin, it is not possible to create a new user with the same username. In the Usuari-Nou form:
Usuari (username) is the login name and must be unique.
Nom (firstName) is the first name and can have multiple occurrences
@mvinent, could you please provide an example and a screenshot that demonstrates how to reproduce this bug?
You're right in the 'common' deployed app it's working fine, as you say. We've detected this bug in our own deployment of the app, it's possible that we have deployed an older version.
We'll donwload the latest version and we'll test it again.
Describe the bug
The admin allows adding two users with the same username, which should not be permitted and also leads to errors. This means not being able to acces with that username even trying with both passwords created for each instance of the username.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The admin should check for existing users and not allow repeated usernames. I could show a popup informing the error.
The text was updated successfully, but these errors were encountered: