wagtail-2fa icon indicating copy to clipboard operation
wagtail-2fa copied to clipboard

2 Factor Authentication for Wagtail

Results 40 wagtail-2fa issues
Sort by recently updated
recently updated
newest added

If you set `WAGTAIL_2FA_REQUIRED = True`, the styling will be missing on the otp_form.html when you try to loggin. This happend because when the page tries to get the css...

When DEBUG=False is returning error 500 in template "otp_form.html" rendering. This is occuring because in the release 5.1 of wagtail they are not using anymore the image "wagtailadmin/images/wagtail-logo.svg", and this...

Hello, in wagtail version 5.1 when saving form "Two Factor Settings" I get an error: AttributeError at /2fa/devices/new 'User' object has no attribute 'is_verified' Request Method: POST Request URL: http://localhost:8000/2fa/devices/new...

The last entry to the [changelog](https://github.com/labd/wagtail-2fa/blob/master/CHANGES) was for 1.5.0 Looking at the [tags](https://github.com/labd/wagtail-2fa/tags) for this repository, the following entries are missing from the changelog. - 1.6.0 - 1.6.1. - 1.6.2...

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 7.2.2. Release notes Sourced from pytest's releases. 7.2.2 pytest 7.2.2 (2023-03-03) Bug Fixes #10533: Fixed pytest.approx{.interpreted-text role="func"} handling of dictionaries containing one or more values...

dependencies

Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.5 to 7.2.1. 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...

dependencies

Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.12.0. Release notes Sourced from isort's releases. 5.12.0 Changes Fix poetry pip-shims extras dependency (#2078) @​jooola Add the ability to restrict which directories isort works...

dependencies

Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.2.2 to 3.8.1. Release notes Sourced from django-debug-toolbar's releases. 3.8.1 Note: 3.8.0 was not released, use 3.8.1 What's Changed fix: Simplify logic for Panel.enabled property by @​adamantike...

dependencies

Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 6.0.0. Commits b9a7794 Release 6.0.0 b5cac87 Merge pull request #1748 from PyCQA/upgrade-pyflakes 489be4d upgrade pyflakes to 3.0.0 8c06197 Merge pull request #1746 from PyCQA/bump-pycodestyle 047e6f8...

dependencies

When merged this will add tox testing for Wagtail 6.2 It's based off of https://github.com/labd/wagtail-2fa/pull/229