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

Admin can change user1 name to the same name user2 has #21

Open
guttih opened this issue Jul 27, 2019 · 0 comments
Open

Admin can change user1 name to the same name user2 has #21

guttih opened this issue Jul 27, 2019 · 0 comments
Labels
Milestone

Comments

@guttih
Copy link
Owner

guttih commented Jul 27, 2019

User names should be unique!

When admin is logged on and is changing the user's properties.

Let's say user A has the user name "older" and user B has the user name "newer"

An admin can goto:

  1. menu->users->List users
  2. click edit for user B
  3. change the user name to older
  4. save

By doing this two users will have the username older which will probably result in that user B can not log on anymore.

The solution is that before saving user changes the server will search if any other user has this username and different id. If another user has the same user name, the server will not allow the saving to take place and report to why the save did not take place.

@guttih guttih added the bug label Jul 27, 2019
@guttih guttih added this to the 1 - to do milestone Jul 27, 2019
@guttih guttih changed the title Admin can change username 1 to the same username as another user has Admin can change user1 name to the same name user2 has Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant