You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$notices['warning two-factor-warning-suggest-backup'] = esc_html__( 'To prevent being locked out of your account, consider enabling a backup method like Recovery Codes in case you lose access to your primary authentication method.', 'two-factor' );
1870
1869
}
1871
1870
?>
@@ -1876,9 +1875,34 @@ public static function user_two_factor_options( $user ) {
<?phpesc_html_e( 'Configure a primary two-factor method along with a backup method, such as Recovery Codes, to avoid being locked out if you lose access to your primary method.', 'two-factor' ); ?>
1902
+
<?phpesc_html_e( 'Configure a primary two-factor method along with a backup method, such as Recovery Codes, to avoid being locked out if you lose access to your primary method.', 'two-factor' ); ?>
<input type="hidden" name="<?phpechoesc_attr( self::ENABLED_PROVIDERS_USER_META_KEY ); ?>[]" value="<?php/* Dummy input so $_POST value is passed when no providers are enabled. */?>" />
1884
1908
@@ -1931,15 +1955,6 @@ public static function user_two_factor_options( $user ) {
1931
1955
</table>
1932
1956
</fieldset>
1933
1957
<?php
1934
-
1935
-
/**
1936
-
* Fires after the Two Factor methods table.
1937
-
*
1938
-
* To be used by Two Factor methods to add settings UI.
0 commit comments