From f5ae74969df6d745246a12cfdab9737b67f1b8d3 Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Thu, 5 Aug 2021 11:01:51 +0200 Subject: [PATCH] utils: add missing 'tfa' for @pve realm was missed in commit 550857eb166ce4f51a9fa055829ca6149f8fe13f Signed-off-by: Oguz Bektas --- 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.39.2