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

bug: Prevent changing user's username to the existing username #46

Open
Avdieienko opened this issue Jul 11, 2024 · 0 comments
Open

bug: Prevent changing user's username to the existing username #46

Avdieienko opened this issue Jul 11, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Avdieienko
Copy link
Contributor

Description

Currently, the system allows to change user's username to the already existing username, which should not be permitted. Currently it works properly when creating a new user with an existing username.

Expected Behaviour

The system should prevent the user from saving the change and throw an error: KeyError("User already exists")

@Avdieienko Avdieienko added bug Something isn't working good first issue Good for newcomers labels Jul 11, 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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant