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

Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.1. Release notes Sourced from isort's releases. 5.10.1 November 8 2021 Fixed #1819: Occasional inconsistency with multiple src paths. Fixed #1840: skip_file ignored when on...

dependencies

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.0. Changelog Sourced from pytest-cov's changelog. 3.0.0 (2021-10-04) Note that this release drops support for Python 2.7 and Python 3.5. Added support for Python 3.10...

dependencies

Thanks for a great app! I needed to extend `wagtail_2fa.middleware.VerifyUserPermissionsMiddleware` to make it work in a headless context and it made the `register_permissions` hook not fire. I think it's this...

I've added brazilian portuguese translations.

Hi. I’m testing this app, and I’m quite happy that it exists. Code generation, and actual 2FA login works for me, however I can’t seem to find the possibility for...

Not all TOTP implementation can scan QR codes (eg. KeepassXC), and in order to use multiple devices for redundancy, it could be quite useful to be able to see/copy the...

Would it make sense to only require 2fa for the pages where wagtail is mounted? E.g. everything below `reverse('wagtailadmin_home')` such as `/cms/` and `/admin/`? ``` def _require_verified_user(self, request): ... if...

Im not sure when this bug occurred, but at the moment its not possible to see the enable_2fa permission in the groups admin. This is because of this bit of...

I think it'd be a good idea to add support for WebAuthN into the package. https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API That way we could support physical USB security keys. What do people think?