gui: tfa support

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2020-11-02 14:36:10 +01:00
parent 7f066a9b21
commit fbeac4ea28
10 changed files with 1477 additions and 18 deletions

View File

@ -19,6 +19,12 @@ Ext.define('PBS.AccessControlPanel', {
itemId: 'users',
iconCls: 'fa fa-user',
},
{
xtype: 'pbsTfaView',
title: gettext('Two Factor Authentication'),
itemId: 'tfa',
iconCls: 'fa fa-key',
},
{
xtype: 'pbsTokenView',
title: gettext('API Token'),