mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-09-13 06:59:07 +00:00
challange -> challenge
This commit is contained in:
parent
7fe89a34b3
commit
6169450ab5
2 changed files with 8 additions and 8 deletions
|
@ -84,7 +84,7 @@ For sharing with groups the `--group` argument exists.
|
|||
You can setup MFA also using the configuration sub command, only TOTP is supported, there are multiple modes for MFA: `none`, `interactive-totp` and `noninteractive-totp`.
|
||||
| Mode | Description |
|
||||
| --- | --- |
|
||||
|`none`|just errors if challanged for MFA.
|
||||
|`none`|just errors if challenged for MFA.
|
||||
|`interactive-totp` | prompts for interactive entry of TOTP Codes.
|
||||
|`noninteractive-totp` | automatically generates TOTP Codes when challenged, it requires the `totpToken` flag to be set to your totp Secret, you can configure the behavior using the `mfaDelay`, `mfaRetrys` and `totpOffset` flags
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue