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 @@
+
+
@@ -250,6 +251,7 @@ if (isset($_GET['search'])) {
diff --git a/system/admin/views/login.html.php b/system/admin/views/login.html.php
index 3501edc..05d6c46 100644
--- a/system/admin/views/login.html.php
+++ b/system/admin/views/login.html.php
@@ -21,9 +21,11 @@
} ?>" name="password" placeholder=""/>
-
-
-
+
+
+
+
+