From ad1e342d997fd005e68c1a5966ce2ff5fcfc1d07 Mon Sep 17 00:00:00 2001 From: agata <automa@insicuri.net> Date: Thu, 17 Oct 2019 15:43:29 +0200 Subject: [PATCH] exclude google otp --- wp-content/plugins/two-factor/class.two-factor-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/plugins/two-factor/class.two-factor-core.php b/wp-content/plugins/two-factor/class.two-factor-core.php index 58d179b65..496f9ac92 100644 --- a/wp-content/plugins/two-factor/class.two-factor-core.php +++ b/wp-content/plugins/two-factor/class.two-factor-core.php @@ -71,7 +71,7 @@ class Two_Factor_Core { public static function get_providers() { $providers = array( 'Two_Factor_Email' => TWO_FACTOR_DIR . 'providers/class.two-factor-email.php', - 'Two_Factor_Totp' => TWO_FACTOR_DIR . 'providers/class.two-factor-totp.php', + /*'Two_Factor_Totp' => TWO_FACTOR_DIR . 'providers/class.two-factor-totp.php',*/ 'Two_Factor_FIDO_U2F' => TWO_FACTOR_DIR . 'providers/class.two-factor-fido-u2f.php', 'Two_Factor_Backup_Codes' => TWO_FACTOR_DIR . 'providers/class.two-factor-backup-codes.php', 'Two_Factor_Dummy' => TWO_FACTOR_DIR . 'providers/class.two-factor-dummy.php', -- GitLab