]> git.proxmox.com Git - pmg-api.git/commit - src/PMG/API2/Users.pm
users: add endpoint for unlocking the TFA of a user
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 27 Jun 2023 14:18:07 +0000 (16:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Jun 2023 09:23:50 +0000 (11:23 +0200)
commit27137458112a7fed3d9a1c2a4f7de26ea01596a5
tree0ca2b324e8bc3e023e58f33b7bdb49f95e90824a
parent4423fc0875598b18fae11cd13243b4d9d2ef408f
users: add endpoint for unlocking the TFA of a user

add /access/users/<userid>/unlock-tfa api call which can be used for
unlocking a user after their TFA got locked due to many failed
consecutive retries.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PMG/API2/Users.pm