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

BE: Add validate uniqueness_of_username to User model #21

Open
JoshMallery opened this issue Jul 11, 2022 · 0 comments
Open

BE: Add validate uniqueness_of_username to User model #21

JoshMallery opened this issue Jul 11, 2022 · 0 comments
Assignees

Comments

@JoshMallery
Copy link

JoshMallery commented Jul 11, 2022

During the createUser graphql post:

  • I can create multiple users with identical usernames as long as they have unique emails.
  • I should not be able to createUser if the username already exists.
@JoshMallery JoshMallery changed the title BE: Createuser Error Handling BE: CreateUser Error Handling Jul 11, 2022
@alexGrandolph alexGrandolph changed the title BE: CreateUser Error Handling BE: Add validate uniqueness_of_username to User model Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants