CMPUT301F23T01 / Sigma-Blue

Introduction to Software engineering project repository
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Hash passwords before use #183

Closed lizard-52 closed 10 months ago

lizard-52 commented 10 months ago

Hash passwords for security! You can replace the password field in the DB with the SHA-256 hash of the password and continue using the account after this PR is merged. Otherwise you won't be able to log in.