From fdcdd326c336f617f35067951fa5053e85e99081 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 27 Jun 2023 15:59:39 +0200 Subject: [PATCH] pmg: enable tfa lockout Signed-off-by: Wolfgang Bumiller --- pmg-rs/src/tfa.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pmg-rs/src/tfa.rs b/pmg-rs/src/tfa.rs index 8605b14..d4282bc 100644 --- a/pmg-rs/src/tfa.rs +++ b/pmg-rs/src/tfa.rs @@ -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 } }