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

Registration Validation #48

Closed
3 tasks done
MartinSpasov opened this issue Feb 1, 2017 · 1 comment
Closed
3 tasks done

Registration Validation #48

MartinSpasov opened this issue Feb 1, 2017 · 1 comment
Assignees
Milestone

Comments

@MartinSpasov
Copy link
Collaborator

MartinSpasov commented Feb 1, 2017

Task Description

As a user , when I create a new account, I want to have a confirmation that the account is successfully created. If something is not correct during that process I want to receive a notification clearly indicating what is wrong. I also want my password to have a security standard.

Task Breakdown

  • Validation of registration for a new account
    • Password fits a certain standard (ex: 1 letter, 1 number, minimum 8 characters)
    • Student id contains only numbers
  • If any of above points are not correct, a message should indicate the user what is missing
  • If creation is successful a message should indicate so

Agile Information

Priority: high
Risk: low
Story points: 3

@ONourry
Copy link
Collaborator

ONourry commented Feb 15, 2017

The styling could be improved as a future task but the functionalities are all working. Issue can be closed.

@ONourry ONourry closed this as completed Feb 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants