maxcountryman / flask-bcrypt

Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.

Home Page:http://readthedocs.org/docs/flask-bcrypt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Invalid salt

xash3000 opened this issue · comments

I was finishing up a simple user login with Flask and flask-Bcrypt. However, when trying to login with a user that is stored in my database, I keep getting this error

ValueError: Invalid salt

i tried the solution from (issue #9 ) but still not working
for more details checkout my stackoverflow question
http://stackoverflow.com/q/34548846/5104452

sorry it's working now it was a typo