thruflo / pyramid_simpleauth

Session based authentication and role based security for a Pyramid web application.
http://pypi.python.org/pypi/pyramid_simpleauth
The Unlicense
33 stars 13 forks source link

Any upper case characters in passwords break auth #5

Closed jamescooke closed 11 years ago

jamescooke commented 11 years ago

Please see updated tests https://github.com/jamescooke/pyramid_simpleauth/commit/cf2a13b0e79a3f765f54b01f0955f87425fa4ae8

Changing test password strings from 'password' to 'Password' changes test result from OK to:

FAILED (errors=7, failures=10)