Changeset 6843 for sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-two-factor.php
- Timestamp:
- 03/08/2018 06:28:28 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-two-factor.php
r6792 r6843 14 14 15 15 // Set this to false to disable the two factor plugin entirely 16 define( 'WPORG_ENABLE_2FA', true );16 define( 'WPORG_ENABLE_2FA', false ); 17 17 18 18 if ( ! defined( 'WPORG_ENABLE_2FA' ) || ! WPORG_ENABLE_2FA ) {
Note: See TracChangeset
for help on using the changeset viewer.