[pve-devel] [PATCH manager] utils: add missing 'tfa' for @pve realm

Oguz Bektas o.bektas at proxmox.com
Thu Aug 5 11:01:51 CEST 2021


was missed in commit 92e7ce43e1d06b4065cd8237cb8b5977224dc3d0

Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
 www/manager6/Utils.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index a22eaaa7..4041c010 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -756,6 +756,7 @@ Ext.define('PVE.Utils', {
 	    name: 'Proxmox VE authentication server',
 	    ipanel: 'pveAuthBasePanel',
 	    add: false,
+	    tfa: true,
 	    pwchange: true,
 	},
     },
-- 
2.30.2






More information about the pve-devel mailing list