Django-authtools

Latest version: v2.0.1

Safety actively analyzes 631178 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.4.0

------------------

- Dropped Django 1.7 compatibility (Antoine Catton)
- Add Django 1.8 compatibility (Antoine Catton, Gavin Wahl, 56)
- **Backwards Incompatible:** Remove 1.6 URLs (Antoine Catton)
- **Backwards Incompatible:** Remove view functions

1.3.0

------------------

- Added Django 1.7 compatibility (Antoine Catton, Rocky Meza, 35)
- ``LoginView.disallow_authenticated`` was changed to ``LoginView.allow_authenticated``
- ``LoginView.disallow_authenticated`` was deprecated.
- **Backwards Incompatible:** ``LoginView.allow_authenticated`` is now ``True``
by default (which is the default behavior in Django)
- Create migrations for authtools.

If updating from an older authtools, these migrations must be run on your apps::

$ python manage.py migrate --fake authtools 0001_initial

$ python manage.py migrate

1.2.0

------------------

- Add CaseInsensitiveEmailUserCreationForm for creating users with lowercased email address
usernames (Bradley Gordon, 31, 11)
- Add CaseInsensitiveEmailBackendMixin, CaseInsensitiveEmailModelBackend for authenticating
case-insensitive email address usernames (Bradley Gordon, 31, 11)
- Add tox support for test running (Piper Merriam, 25)

1.1.0

------------------

- PasswordChangeView now handles a ``next`` URL parameter (24)

1.0.0

--------------------------------

- Add friendly_password_reset view and FriendlyPasswordResetForm (Antoine Catton, 18)
- **Bugfix** Allow LOGIN_REDIRECT_URL to be unicode (Alan Johnson, Gavin Wahl, Rocky Meza, 13)
- **Backwards Incompatible** Dropped support for Python 3.2

0.2.2

------------------------------

- Update safe urls in tests
- Give the ability to restrain which users can reset their password
- Add send_mail to AbstractEmailUser. (Jorge C. Leitão)

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.