Closed nesh170 closed 7 years ago
When we create a user, the passwords stopped hashin for some reason.
https://github.com/nesh170/asap-inventory-system/pull/124
Fixed with addition of
password = make_password(validated_data.get('password'), hasher='pbkdf2_sha256')
When we create a user, the passwords stopped hashin for some reason.