]> git.proxmox.com Git - pve-access-control.git/commit
return ruid in reauth_user_for_user_modification, add param name
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 15 Mar 2024 12:44:27 +0000 (13:44 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Mar 2024 10:11:07 +0000 (11:11 +0100)
commit90faf488db9496aeb9f6e3ddb6677af1e6b41659
tree445d3f9d71e0a7409b83a291a8c0d77d4158e932
parent060941d467693a97f6b005c387957d2c3196b046
return ruid in reauth_user_for_user_modification, add param name

since the upcoming use case in change_password uses the returned $ruid
and the parameter is called 'confirmation-password' there

also generalize the error so it does not mention TFA

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/API2/TFA.pm
src/PVE/RPCEnvironment.pm