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

Validation of new user data. #195

Closed
sibsmc opened this issue Nov 23, 2019 · 1 comment
Closed

Validation of new user data. #195

sibsmc opened this issue Nov 23, 2019 · 1 comment
Assignees
Labels
backend Issue for backend team

Comments

@sibsmc
Copy link
Collaborator

sibsmc commented Nov 23, 2019

Need to validate user data.

  1. Password is not visible in plain text (user doesn't see the characters they type)
  2. The username must be unique for the system i.e. there is no existing user with the same username in the DB
  3. The email address must be unique for the system.
@sibsmc sibsmc added the backend Issue for backend team label Nov 23, 2019
@sibsmc sibsmc self-assigned this Nov 24, 2019
@sibsmc
Copy link
Collaborator Author

sibsmc commented Nov 24, 2019

Username and email addressed in pull request #194, will create new issue for password validation.

@sibsmc sibsmc closed this as completed Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issue for backend team
Projects
None yet
Development

No branches or pull requests

1 participant