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

The 2fa setup form needs /admin/jsi18n/ but that's refused if 2fa authentication hasn't been completed yet. Adding `wagtailadmin_javascript_catalog` to `wagtail_2fa.middleware.VerifyUserMiddleware._allowed_url_names` solves that.

Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.2.2 to 3.6.0. Release notes Sourced from django-debug-toolbar's releases. 3.5 What's Changed Explicit external link, hopefully fixes the docs linting action by @​matthiask in jazzband/django-debug-toolbar#1618 [pre-commit.ci] pre-commit...

dependencies

Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.5 to 6.4.4. 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 [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...

dependencies

Bumps [flake8-debugger](https://github.com/jbkahn/flake8-debugger) from 4.0.0 to 4.1.2. Release notes Sourced from flake8-debugger's releases. 4.1.2 Re release to fix bad publish 4.1.1 Add tests to bundle. 4.1.0 Drop support for python 3.6...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...

dependencies

Bumps [flake8-blind-except](https://github.com/elijahandrews/flake8-blind-except) from 0.2.0 to 0.2.1. Release notes Sourced from flake8-blind-except's releases. v0.2.1 What's Changed Remove setuptools from install_requires by @​remcohaszing in elijahandrews/flake8-blind-except#8 Correct a typo in README by @​felixonmars...

dependencies

Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.4.0 to 4.5.2. Release notes Sourced from pytest-django's releases. 4.5.2 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-2-2021-12-07 4.5.1 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-1-2021-12-02 4.5.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-0-2021-12-01 Changelog Sourced from pytest-django's changelog. v4.5.2 (2021-12-07) Bugfixes ^^^^^^^^ Fix regression in...

dependencies

Many (all?) authentication apps present the OTP token e g in groups of three ("123 456"). Users should be able to enter the token like it is presented to them,...