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

Username not unique #153

Open
pascwhale opened this issue Nov 4, 2021 · 0 comments
Open

Username not unique #153

pascwhale opened this issue Nov 4, 2021 · 0 comments
Labels
back end bug Something isn't working

Comments

@pascwhale
Copy link
Collaborator

Description

Multiple users are currently able to register an account using the same username, as long as they provide a different email address.

Expected Behavior

Multiple users should not be able to register an account using the same username, as long as they provide a different email address. Usernames should ideally be unique.

Actual Behavior

Multiple users are currently able to register an account using the same username, as long as they provide a different email address.

Steps to Reproduce

  1. Register an account using a username and email address.
  2. Register an account using the previous username and a new email address.
  3. Both accounts will be allowed.

Possible Fix

Make sure username does not exist in database.

Additional Notes

This isn't mandatory, but it might be an issue depending on how trades are initiated in the future.

@pascwhale pascwhale added the bug Something isn't working label Nov 4, 2021
@IanjhPhillips IanjhPhillips added this to the Sprint #3 milestone Nov 8, 2021
@willyyhuang willyyhuang removed this from the Sprint #3 milestone Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants