two-factor icon indicating copy to clipboard operation
two-factor copied to clipboard

Two-Factor Authentication for WordPress.

Results 167 two-factor issues
Sort by recently updated
recently updated
newest added

## What? Sometimes users have difficulty with their two-factor settings. In the "Having Problems?" section, we currently don't have a way to add links that are not providers. This PR...

### Is your enhancement related to a problem? Please describe. One of WordPress' strengths is its userfriendliness, but how do we combine that with account recoveries? Users will lose their...

## What? From #618 ## Testing Instructions ``` vendor/bin/phpstan analyze -c vendor/szepeviktor/phpstan-wordpress/extension.neon includes/ providers/ class-*.php two-factor.php --level=0 ```

### Describe the bug There are nasty things in the code, e.g. `return parent::__construct();` ### Steps to Reproduce The simplest way. ``` composer require --dev szepeviktor/phpstan-wordpress vendor/bin/phpstan analyze -c vendor/szepeviktor/phpstan-wordpress/extension.neon...

Bug

### Is your enhancement related to a problem? Please describe. There are potential cases of other plugins, or perhaps custom site functionality, where they might want to leverage the `two-factor`...

Compatibility

## What? Fixes #485. ## Why? Encourage users to configure at least two two-factor methods to prevent them from being locked out of account in case of loosing access to...

## What? Reverts #625. ## Why? Although we want users to upgrade their PHP and WP, the plugin code currently supports PHP 5.6+ and WP 4.6 so we keep those...

Push out all the minor improvements before a major release. ## What's Changed * Rely on just-in-time translation loading by @swissspidy in https://github.com/WordPress/two-factor/pull/608 * Update/headers by @jeffpaul in https://github.com/WordPress/two-factor/pull/610 *...

## What? Users expect a method to be enabled if they chose to configure it. ## Why? Fixes #556. ## How? ## Testing Instructions Setup workflow: 1. Configure the TOTP...

### Describe the bug In cases where email doesn't work, the plugin is stuck in "Revalidate Now" mode. The solution may be to allow changing the authentication method without requiring...