installed plugin WP-WebAuthn
version 1.2.8
This commit is contained in:
6
wp-content/plugins/wp-webauthn/wwa-compatibility.php
Normal file
6
wp-content/plugins/wp-webauthn/wwa-compatibility.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Two Factor
|
||||
if(has_action('wp_login', array('Two_Factor_Core', 'wp_login')) !== false){
|
||||
remove_action('wp_login', array('Two_Factor_Core', 'wp_login'), 10, 2);
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user