Closed prabjot09 closed 6 months ago
I can't test it without the config file, but just reading through the code it looks great! It would be a good idea to implement password salting as well, but that can be a separate task.
I think bcrypt handles salting as well since the password hashes are different for dummy users with the same password. I will confirm this tomorrow though to make sure.
Changes:
routes/ui/people.py
to account for password hashing./instances/config.py
UPLOAD_FOLDER
config fromroutes/ui/people.py
to config file.