nghugo / intro-prog

Introductory Programming Project Group 1
0 stars 0 forks source link

Extra: Enforce safe passwords + salt + hash (medium priority) #44

Closed nghugo closed 7 months ago

nghugo commented 7 months ago

Need to change the login mechanism + admin adding users Double password entry for confirmation (maybe??) But this could be worth doing (since this brings our app closer to a commercial application)

admin should not be able to see the password of its users in plain text, only the hashed and salted never store the password in plain text. only store the hashed and salted version