jsph01 / Battleships

0 stars 0 forks source link

Register page #2

Closed jsph01 closed 5 years ago

jsph01 commented 5 years ago

In order to register, the user needs to provide a date of birth, username, password, and password confirmation. The username must not already be taken, and the password must match the confirmation. The date of birth is used to keep track of the users age, in order to provide safety to users under the age of 13. As the website does not include live moderation, all customized user inputs (such as mantra) will not be visible to users under the age of 13.

jsph01 commented 5 years ago

completed front end logic and service layer for registration