Releases: pinax/django-user-accounts
Releases · pinax/django-user-accounts
v2.0.3
- fixed breaking change in 2.0.2 where context did not have uidb36 and token
- improved documentation
v2.0.2
- fixed potentional security issue with leaking password reset tokens through HTTP Referer header
- added never_cache, csrf_protect and sensitive_post_parameters to appropriate views
v2.0.0
- BI: moved account deletion callbacks to hooksets
- BI: dropped Django 1.7 support
- BI: dropped Python 3.2 support
- BI: removed deprecated ACCOUNT_USE_AUTH_AUTHENTICATE setting with behavior matching its True value
- added Django 1.10 support
- added Turkish translations
- fixed migration with language codes to dynamically set
- added password expiration
- added password stripping by default
- added ACCOUNT_EMAIL_CONFIRMATION_AUTO_LOGIN feature (default is False)
v1.3.1
Features
- available as a wheel on PyPI (this snuck in accidentally, but it's a good thing!)
Bug fixes
- fixed #198 — ConfirmEmailView.get_context_data incorrectly called its parent
v1.3.0
- added Python 3.5 and Django 1.9 compatibility
- added Japanese translations
- added model kwarg to SignupView.create_user enabling sign up for complex user hierarchies
v1.0.1
Bug fixes
- #143: fixed log out issue on password change on Django 1.7+
- #151: fixed admin search within EmailAddress model