django-user-accounts

User accounts for Django

MIT License

Downloads
31.9K
Stars
1.2K
Committers
74
django-user-accounts - v3.3.2 Latest Release

Published by blag about 1 year ago

  • #375 - Include migration for SignupCode.max_uses (closes #374)
  • #376 - Static analysis fixups

This is a bugfix release to re-re-include database migrations. All users are encouraged to upgrade to this from v3.3.1.

django-user-accounts - v3.3.1

Published by blag about 1 year ago

  • #373 Re-include migrations in distribution

This is a bugfix release to re-include database migrations. All users are encouraged to upgrade to this from v3.3.0.

django-user-accounts - v3.3.0

Published by blag about 1 year ago

  • #370 Drop Django 2.2 support
  • #370 Fix timezone-aware comparison
  • #370 Packaging tweaks

This version is known to be broken - it does not include database migrations. Users are encouraged to update to v3.3.1.

django-user-accounts - v3.1.0

Published by paltman almost 3 years ago

  • #205 - Bug fix on checking email against email not signup code
  • #225 - Fix case sensitivity mismatch on email addresses
  • #233 - Fix link to languages in docs
  • #247 - Update Spanish translations
  • #273 - Update German translations
  • #135 - Update Russian translations
  • #242 - Fix callbacks/hooks for account deletion
  • #251 (#249) - Allow overriding the password reset token url
  • #280 - Raise improper config error if signup view can't login
  • #348 (#337) - Make https the default protocol
  • #351 (#332) - Reduction in queries
  • #360 (#210) - Updates to docs
  • #361 (#141) - Added ability to override clean passwords
  • #362 - Updated CI to use Pinax Actions
  • Updates to packaging
  • Dropped Python 3.5 and Django 3.1 from test matrix
  • Added Python 3.10 to test matrix
django-user-accounts - v3.0.4

Published by paltman almost 3 years ago

  • fix a url that was missed in v3.0.3
django-user-accounts - v3.0.3

Published by paltman almost 3 years ago

  • Fix deprecated urls
  • Update template context processors docs
  • Fix deprecrated argument in signals
  • Update decorators for Django 3
  • Fix issue with lazy string
  • Drop deprecated force_text()
django-user-accounts - v3.0.2

Published by paltman almost 3 years ago

  • Drop Django 2.0 and Python 2,7, 3.4, and 3.5 support
  • Add Django 2.1, 2.2 and 3.0, and Python 3.7 and 3.8 support
  • Update packaging configs
django-user-accounts - v3.0.1

Published by paltman almost 3 years ago

django-user-accounts - v3.0.0

Published by paltman almost 3 years ago

django-user-accounts - v2.1.0

Published by paltman almost 3 years ago

django-user-accounts - v2.0.3

Published by paltman almost 3 years ago

  • fixed breaking change in 2.0.2 where context did not have uidb36 and token
  • improved documentation
django-user-accounts - v2.0.2

Published by paltman almost 3 years ago

  • 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
django-user-accounts - v2.0.1

Published by paltman almost 3 years ago

django-user-accounts - v2.0.0

Published by paltman almost 3 years ago

  • 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)
django-user-accounts - v1.3.1

Published by brosner almost 9 years ago

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
django-user-accounts - v1.3.0

Published by brosner almost 9 years ago

  • 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
django-user-accounts - v1.0.1

Published by brosner almost 10 years ago

Bug fixes

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