dsilabs / datazoomer

Python application platform
Other
4 stars 4 forks source link

Issue with password hashing functionality #9

Open labeebmaqsood13 opened 7 years ago

labeebmaqsood13 commented 7 years ago

Getting an error while calling from hash_password function from from zoom.auth import hash_password

Here is the complete error: File "/usr/lib/python2.7/dist-packages/zoom/auth/init.py", line 71, in hash_password return context.encrypt(password) AttributeError: 'NoneType' object has no attribute 'encrypt'**

labeebmaqsood13 commented 7 years ago

Hi Guys Just to update you guys, reinstalling passlib 1.6.2 resolved the issue. Thanks

hlainchb commented 7 years ago

Thanks!