]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/Utils.js
ui: dc/UserView: disable Password button based on realm type
[pve-manager.git] / www / manager6 / Utils.js
index 8b061c59d4bb54e8fe2b528f4b2c4d46d9ecb973..271f89b7083a0f2259fa5f82384d649ade36c9c0 100644 (file)
@@ -734,6 +734,7 @@ Ext.define('PVE.Utils', {
            syncipanel: 'pveAuthLDAPSyncPanel',
            add: true,
            tfa: true,
+           pwchange: true,
        },
        ldap: {
            name: gettext('LDAP Server'),
@@ -741,23 +742,27 @@ Ext.define('PVE.Utils', {
            syncipanel: 'pveAuthLDAPSyncPanel',
            add: true,
            tfa: true,
+           pwchange: true,
        },
        openid: {
            name: gettext('OpenID Server'),
            ipanel: 'pveAuthOpenIDPanel',
            add: true,
            tfa: false,
+           pwchange: false,
        },
        pam: {
            name: 'Linux PAM',
            ipanel: 'pveAuthBasePanel',
            add: false,
            tfa: true,
+           pwchange: true,
        },
        pve: {
            name: 'Proxmox VE authentication server',
            ipanel: 'pveAuthBasePanel',
            add: false,
+           pwchange: true,
        },
     },