From ac9c33fb3b31f4a3801fbdf7c723b923d699964d Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 11 Mar 2023 20:24:56 +0000 Subject: check form security token and require password to enable/diable mfa --- view/tpl/totp_setup.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/totp_setup.tpl') diff --git a/view/tpl/totp_setup.tpl b/view/tpl/totp_setup.tpl index 2ee79fae9..1301d0001 100644 --- a/view/tpl/totp_setup.tpl +++ b/view/tpl/totp_setup.tpl @@ -28,6 +28,7 @@
+ {{include file="field_password.tpl" field=$password}} {{include file="field_checkbox.tpl" field=$enable_mfa}}