vixdug / hackdays

https://docs.google.com/document/d/1yBXqEsKMcJLk15WcKSJ6I8bBJZQO1f7nlUfrjJmvCnc/edit?usp=sharing
1 stars 0 forks source link

User Authentication #1

Closed vixdug closed 7 years ago

vixdug commented 7 years ago

Allow visitors to register or log in with a user account.

Collect the following information for users when registering them:

Passwords should be stored as hashed strings instead of plain text so that no one can know what they are.

TIPS: