mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-08-08 00:00:27 +00:00
pmg: enable tfa lockout
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
aed1657598
commit
fdcdd326c3
@ -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 {
|
fn enable_lockout(&self) -> bool {
|
||||||
false
|
true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user