]> git.proxmox.com Git - pve-access-control.git/commit
api: user: add pattern for user keys option
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 8 Feb 2024 09:45:39 +0000 (10:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Feb 2024 10:08:49 +0000 (11:08 +0100)
commit2dabf3c3ae387b571a33b38e6960a89af495ff40
tree76f2920fb7b2db1b0c80374c5ea0f7c16dce004d
parenta53fd5d882af44f703f2793977a86e730533796b
api: user: add pattern for user keys option

While nowadays, most entries should be just 'x', there can also still
be legacy entries with 'x!u2f', 'x!yubico' and base32 encoded secrets.
For example, some users might be syncing them from LDAP.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
src/PVE/API2/User.pm