wagtail-2fa
wagtail-2fa copied to clipboard
2 Factor Authentication for Wagtail
Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.5 to 6.5.0. Release notes Sourced from coverage's releases. coverage-5.6b1 Third-party packages are now ignored in coverage reporting. This solves a few problems: Coverage will no longer...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 4.0.0. Changelog Sourced from pytest-cov's changelog. 4.0.0 (2022-09-28) Note that this release drops support for multiprocessing. --cov-fail-under no longer causes pytest --collect-only to fail Contributed...
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.2.2 to 3.7.0. Release notes Sourced from django-debug-toolbar's releases. 3.7 What's Changed Fix JS linting error from pre-commit. by @tim-schilling in jazzband/django-debug-toolbar#1670 Use system font stack in...
When I tried to install the package in a fresh install I got an error message related to django.contrib.auth.views.SuccessURLAllowedHostsMixin. In the latest version of Django this has been replaced by...
We've recently upgraded one of our projects which uses this package to Wagtail 4 but we're getting errors with 2fa when logging in to the admin. It looks like it...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 7.1.3. Release notes Sourced from pytest's releases. 7.1.3 pytest 7.1.3 (2022-08-31) Bug Fixes #10060: When running with --pdb, TestCase.tearDown is no longer called for tests...
[Support Ticket](https://torchbox.monday.com/boards/1124794299/pulses/1396933965) ## [Wagtail 6.0 release notes](https://docs.wagtail.org/en/stable/releases/6.0.html) ### Summary of changes - Add support for Wagtail 5.2 and 6.0 - Drop support for Wagtail < 5.2 - Update `otp_form` to...
The fields block in `otp_form.html` now needs to make use of the `formattedfield` template tag since the `field` template tag can no longer be used in Wagtail 6: ``` {%...
After successful authentication to the admin page, redirection to the always the same non-existing address "/admin/sprite-8cfe9c6c/" sometimes occurs instead of registered URL-path "/admin/" (wagtail admin). /admin/sprite-8cfe9c6c/ is the empty (blank)...
Just added som extra_css to the template to align buttons.