mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-16 05:27:37 +00:00
disable tfa lockout for now
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
edd0ea9729
commit
3b7b52dcf8
@ -286,6 +286,11 @@ impl proxmox_tfa::api::OpenUserChallengeData for UserAccess {
|
||||
Err(err) => Err(err.into()),
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: enable once we have admin ui stuff to unlock locked-out users
|
||||
fn enable_lockout(&self) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
impl proxmox_tfa::api::UserChallengeAccess for TfaUserChallengeData {
|
||||
|
Loading…
Reference in New Issue
Block a user