Skip to content

Releases: jazzband/django-two-factor-auth

1.12.1

08 Jul 20:47
687eef5

Choose a tag to compare

No changes in this release. Pushed new version to PyPI dropping the plaintext warning.

1.12

08 Jul 20:30
e23e9bb

Choose a tag to compare

Added

  • It is possible to set a timeout between a user authenticiating in the
    LoginView and them needing to re-authenticate. By default this is 10
    minutes.

Removed

  • The final step in the LoginView no longer re-validates a user's credentials.
  • Django 1.11 support.

Changed

  • Security Fix: LoginView no longer stores credentials in plaintext in the
    session store.

1.11.0

13 Mar 23:14

Choose a tag to compare

Added

Nothing has been added for this version

Removed

  • MiddlewareMixin
  • Python 3.4 support
  • Django 2.1 support
  • mock dependency

Changed

  • extra_requires are now listed in lowercase. This is to workaround a bug in pip.
  • Use trimmed option on blocktrans to avoid garbage newlines in translations.
  • random_hex from django_otp 0.8.0 will always return a str, don't try to decode it.

1.10.0

13 Dec 13:33
ec7dcb5

Choose a tag to compare

Added

  • Support for Django 3.0.
  • Optionally install full or light phonenumbers library.

Removed

  • Python 2 support.

Changed

  • Updated translations.

1.9.1

13 Dec 13:14
a1c5e8d

Choose a tag to compare

Bump version: 1.9.0 → 1.9.1

1.9.0

07 Jul 06:55
f6d10bc

Choose a tag to compare

Added

  • Support for Django 2.2.
  • Ability to create PhoneDevice from Django admin.
  • Support for Python 3.7.

1.8.0

07 Jul 06:41
055c508

Choose a tag to compare

Added

  • Support for Django 2.1.
  • Support for QRcode library up to 6.
  • Translation: Romanian.

Changed

  • Replace ValidationError with SuspiciousOperation in views.
  • Change the wording in 2FA disable template.
  • Updated translations.

1.7.0

19 Dec 06:02
1a45c8f

Choose a tag to compare

  • New: Support for Django 2.0.
  • Dropped Django <1.11 support.
  • Fix: Do not list phone method if it is not supported (#225).
  • Pass request kwarg to authentication form (#227).

1.6.2

29 Jul 07:37
47ea237

Choose a tag to compare

  • Fix: Twilio client 6.0 usage (#211)
  • Updated translation: Russian

1.6.1

11 May 18:45
74a1e89

Choose a tag to compare

  • Support Twilio client 6.0 (#203)
  • Fix: Fixed redirect_to after successful login (#204)
  • Updated translation: Norwegian Bokmål