pmg: enable tfa lockout

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-06-27 15:59:39 +02:00
parent aed1657598
commit fdcdd326c3

View File

@ -648,9 +648,8 @@ impl proxmox_tfa::api::OpenUserChallengeData for UserAccess {
}
}
// TODO: enable once we have UI/API admin stuff to unlock locked accounts
fn enable_lockout(&self) -> bool {
false
true
}
}