two-factor
two-factor copied to clipboard
Two-Factor Authentication for WordPress.
Any language support for "frontend"-login and the email sent out would be great. Sign me up for norwegian translation. :-)
WP Version - Version 6.1.1. Plugin Version - 0.7.3 PHP Version - 8.0 Browser - Brave version - [Version 1.47.186 Chromium: 109.0.5414.119 (Official Build) (x86_64)](https://brave.com/latest/) STEPS 1. Enabled and setup...
### Is your enhancement related to a problem? Please describe. In two-factor v0.8.0, TOTP was switched over to use the REST API and uses JS to re-render the TOTP options...
### Describe the bug The revalidation feature added in #529 is somewhat not ideal for a multitude of reasons, but one of the biggest pain points is that it's possible...
Hi there, today, out of the blue, my site with Two-Factor 0.7.3 installed started to display the "Failed to create a login nonce" notification. I'm running WP 6.1.1 and it...
See #558 (That's fixed, but this is a more generic 'use the dependency system' PR) ## What? This migrates all inline JS from being inline and using jQuery to using...
I've added the method `is_valid_authcode` to the class `Two_Factor_Provider` so providers can use it when failing to validate the authentication. By default, it uses the `error_log` function, but there are...
Work in progress! - [ ] Work around `wp-env` missing support for Xdebug outside of `wordpress` non-CLI containers https://github.com/WordPress/wpdev-docker-images/issues/89
Currently the unit tests only run on PHP 7.4 against the stable version of WordPress, with a PHP8 lint. Ideally, they should run both on the latest Stable of WordPress,...
### Is your enhancement related to a problem? Please describe. In working through the 0.8.0 release, the following items came up that may be worth considering: 1. Considering updating from...