mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 12:43:26 -05:00
cli support clearing users 2fa methods
This commit is contained in:
committed by
Maxwell Becker
parent
5ba96a58e4
commit
c3626e0949
@@ -83,4 +83,10 @@ pub enum UpdateUserCommand {
|
||||
#[arg(long, short = 'y', default_value_t = false)]
|
||||
yes: bool,
|
||||
},
|
||||
/// Clears user 2fa factors in case user loses access to them.
|
||||
Clear2fa {
|
||||
/// Always continue on user confirmation prompts.
|
||||
#[arg(long, short = 'y', default_value_t = false)]
|
||||
yes: bool,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user