enable tfa lockout

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-06-23 13:43:41 +02:00 committed by Thomas Lamprecht
parent cfc3b0ff7d
commit c74aa900ce

View File

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