| @@ -52,9 +52,9 @@ | ||
| 52 | 52 | $this->settings->deleteOption($this->bvinfo->services_option_name); |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | public function clear_wp_2fa_config() { |
| 56 | - $meta_keys = array('wpr_2fa_enabled', 'wpr_2fa_secret'); | |
| 56 | + $meta_keys = array('wpr_2fa_enabled', 'wpr_2fa_secret', 'wpr_2fa_method', 'wpr_2fa_email_challenge', 'wpr_2fa_email_rate', 'wpr_2fa_attempts'); | |
| 57 | 57 | foreach ($meta_keys as $meta_key) { |
| 58 | 58 | $this->settings->deleteMetaData('user', null, $meta_key, '', true); |
| 59 | 59 | } |
| 60 | 60 | |