issues
search
JiayangYing
/
CITS3403_PRO
MIT License
2
stars
0
forks
source link
User registration
#32
Closed
JiayangYing
closed
6 months ago
JiayangYing
commented
6 months ago
modified signup function for user to register account
added @login_required for preventing anonymous login
modified the login function for checking user's passwords
added set hashed password and check hashed password functions to the user class for verification
added more fields to user class for more information
modified the validator function name to match validate_