mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix: disable MFA by default (#12586)
This commit is contained in:
@@ -26,7 +26,7 @@ type GatewayOptions struct {
|
||||
|
||||
DisableModuleApiVersion bool `help:"Disable each modules default api version" default:"false"`
|
||||
|
||||
EnableTotp bool `help:"Enable two-factor authentication" default:"true"`
|
||||
EnableTotp bool `help:"Enable two-factor authentication" default:"false"`
|
||||
|
||||
SsoRedirectUrl string `help:"SSO idp redirect URL"`
|
||||
SsoAuthCallbackUrl string `help:"SSO idp auth callback URL"`
|
||||
|
||||
Reference in New Issue
Block a user