Skip to content

0.1.5

Choose a tag to compare

@oli-dev0 oli-dev0 released this 06 Jul 21:48

Release prepared for django-two-factor-auth theme support.

Added

  • Added optional themed templates for django-two-factor-auth login, setup completion, account security, and backup-token pages.
  • Added a dedicated two_factor.css stylesheet that matches the Vanta Admin visual system.
  • Grouped the otp_static and otp_totp models under Auth in the admin sidebar, with clearer 2FA labels.

Changed

  • Moved the split development stylesheet structure into the release package, including tokens, base, login, admin, responsive, and two-factor CSS files.
  • Expanded the theme beyond the standard Django admin pages, mainly to cover the visible two-factor authentication screens.

Fixed

  • Escaped the phone unregister confirmation text in the 2FA profile template.
  • Removed the hidden native changelist action select from keyboard and screen-reader focus after the custom action control is loaded.

Notes

  • Vanta Admin does not configure two-factor authentication. Projects still need to install and configure django-two-factor-auth normally; Vanta only provides the matching theme layer.