nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

Passwords stopped hashing #125

Closed nesh170 closed 7 years ago

nesh170 commented 7 years ago

When we create a user, the passwords stopped hashin for some reason.

nesh170 commented 7 years ago

https://github.com/nesh170/asap-inventory-system/pull/124

Fixed with addition of

password = make_password(validated_data.get('password'), hasher='pbkdf2_sha256')