Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Stop loading jetpack-force-2fa on all sites. #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion jetpack-force-2fa
Submodule jetpack-force-2fa deleted from ef7a7b
2 changes: 1 addition & 1 deletion jetpack-mandatory.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class WPCOM_VIP_Jetpack_Mandatory {
protected $mandatory_modules = array(
'manage',
'monitor',
// 'sso', // Disabled while we roll out force-2fa
// 'sso',
'stats',
'vaultpress',
);
Expand Down
6 changes: 0 additions & 6 deletions vip-jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@

return $modules;
}, 999 );

/**
* Load Jetpack Force 2fa
*/
add_filter( 'jetpack_force_2fa_dependency_notice', '__return_false' );
require_once( __DIR__ . '/jetpack-force-2fa/jetpack-force-2fa.php' );