diff --git a/lang/en_US.ini b/lang/en_US.ini index 2b91046..5a66510 100644 --- a/lang/en_US.ini +++ b/lang/en_US.ini @@ -298,4 +298,7 @@ disablemfa = "Disable MFA" enable_auto_save = "Enable Auto Save to Drafts" explain_autosave = "When enabled, new posts or pages will automatically be saved as a draft every 60 seconds after you start writing." login_protect_system = "Login protection system" -cloudflare_info = "Review Cloudflare's Turnstile documentation: " \ No newline at end of file +cloudflare_info = "Review Cloudflare's Turnstile documentation: " +mfa_config = "Multi Factor Authentication (MFA)" +set_mfa_globally = "Set the status of MFA" +explain_mfa = "When enabled, MFA is optional for all users. When disabled, no users can use it and it hides the field on the login page." \ No newline at end of file diff --git a/system/admin/views/config-widget.html.php b/system/admin/views/config-widget.html.php index f1bf7bd..1eea99f 100644 --- a/system/admin/views/config-widget.html.php +++ b/system/admin/views/config-widget.html.php @@ -288,6 +288,30 @@ +
+

+
+
+ +
+
+
+ checked> + +
+
+ checked> + +
+
+ +
+
+
diff --git a/system/admin/views/layout.html.php b/system/admin/views/layout.html.php index 5d43bc0..05be81b 100644 --- a/system/admin/views/layout.html.php +++ b/system/admin/views/layout.html.php @@ -243,6 +243,7 @@ if (isset($_GET['search'])) {

+ +