Skip to content

Releases: pinax/django-user-accounts

v2.0.3

24 Nov 15:59
e90de89
Compare
Choose a tag to compare
  • fixed breaking change in 2.0.2 where context did not have uidb36 and token
  • improved documentation

v2.0.2

24 Nov 15:59
af3536c
Compare
Choose a tag to compare
  • 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.1

24 Nov 15:58
Compare
Choose a tag to compare
2.0.1

v2.0.0

24 Nov 15:58
676f428
Compare
Choose a tag to compare
  • 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

10 Dec 21:28
89b8661
Compare
Choose a tag to compare

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

09 Dec 00:37
b433857
Compare
Choose a tag to compare
  • 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

18 Dec 18:23
Compare
Choose a tag to compare

Bug fixes

  • #143: fixed log out issue on password change on Django 1.7+
  • #151: fixed admin search within EmailAddress model