mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-11 10:38:21 +00:00
Update Readme about new Flags
This commit is contained in:
parent
c2506ed71a
commit
52bdc35875
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ You can setup MFA also using the configuration sub command, only TOTP is support
|
|||
| --- | --- |
|
||||
|`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
|
||||
|`noninteractive-totp` | automatically generates TOTP Codes when challenged, it requires the `mfaTotpToken` flag to be set to your totp Secret, you can configure the behavior using the `mfaDelay`, `mfaRetrys` and `mfaTotpOffset` flags
|
||||
|
||||
|
||||
# Server Verification
|
||||
|
|
Loading…
Add table
Reference in a new issue