Closed mr-tcan closed 8 years ago
Cannot reproduce (with Python 3.5, but should not matter). What bcrypt module is installed? Do you get any pybcrypt warnings?
I think I found the problem. I didn't have bcrypt installed.
Once I installed manually, coil worked fine.
Now I'm running coil with flask-bcrypt=0.7.1 instead of flask-bcrypt=0.6.2, because the newer version relies on bcrypt, not on python-bcrypt, so, there is no need to install bcrypt manually.
I was trying to test Coil in limited mode using the instructions I found on official documentation.
After the setup, I run
coil devserver
and hit the login page, but when I put the login information 'admin/admin', I got this error:I'am running Ubuntu 15.10 x64 with Python 3.4.3.
Thanks for your time.