issues
search
AlCSS442
/
asa89-IT202-007
0
stars
0
forks
source link
MS1 - User will be able to register a new account
#24
Closed
AlCSS442
closed
2 days ago
AlCSS442
commented
2 days ago
User will be able to register a new account
[ ] Form Fields
Username, email, password, confirm password(other fields optional)
Email is required and must be validated
Username is required
Confirm password’s match
[ ] Users Table
Id, username, email, password (60 characters), created, modified
Password must be hashed (plain text passwords will lose points)
Email should be unique
Username should be unique
System should let user know if username or email is taken and allow the user to correct the error without wiping/clearing the form
The only fields that may be cleared are the password fields
User will be able to register a new account