From 9fc0e657087fc8461b970b2ff34c57a663c847e9 Mon Sep 17 00:00:00 2001 From: Mani Chandra <84711804+ThisIsMani@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:14:52 +0530 Subject: [PATCH] refactor(users): Force 2FA in production environment (#6596) --- config/deployments/production.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deployments/production.toml b/config/deployments/production.toml index 20390495a1b0..8a21ebfbb63c 100644 --- a/config/deployments/production.toml +++ b/config/deployments/production.toml @@ -150,7 +150,7 @@ password_validity_in_days = 90 two_factor_auth_expiry_in_secs = 300 totp_issuer_name = "Hyperswitch Production" base_url = "https://live.hyperswitch.io" -force_two_factor_auth = false +force_two_factor_auth = true [frm] enabled = false