- increased the size of password and salt fields to 128 characters each - default password hashing algorithm is sha256
0.5.0
Not secure
-------
- full python3 compatibility, since velruse migrated to py3 enabled requests-oauth - require velruse 1.1.1 - run tests with sqlalchemy 1.0.x - small updates to conform with new linters versions embedded in pylama
0.4.1
Not secure
-------
- fixed spelling for error message when user does not exist while trying to reset password. - require pyramid_basemodel at least version 0.3
0.4.0
Not secure
-------
- python 3 compatibility (without oauth2 though) - cleared use of deprecated function `pyramid.security.authenticated_userid` in favour of `pyramid.request.Request.authenticated_userid` attribute. - make email fields case insensitive by using hybrid properties and CaseInsensitive comparator for model.
0.3.3
Not secure
-------
- Fix issue where groupfined was returning empty list instead of None when user did not existed
0.3.2
Not secure
-----
- catch all HTTPRedirect instead of just HTTPFound. - redirect with HTTPSeeOther instead of HTTPFound where applicable.