mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 10:45:47 +08:00
Fix "password" tab in SigninMethods
This commit is contained in:
parent
0f6b7984d4
commit
5fb6ea0ab4
@ -181,7 +181,7 @@ func initBuiltInApplication() {
|
|||||||
{Name: "provider_captcha_default", CanSignUp: false, CanSignIn: false, CanUnlink: false, Prompted: false, SignupGroup: "", Rule: "None", Provider: nil},
|
{Name: "provider_captcha_default", CanSignUp: false, CanSignIn: false, CanUnlink: false, Prompted: false, SignupGroup: "", Rule: "None", Provider: nil},
|
||||||
},
|
},
|
||||||
SigninMethods: []*SigninMethod{
|
SigninMethods: []*SigninMethod{
|
||||||
{Name: "Password", DisplayName: "Password", Rule: "None"},
|
{Name: "Password", DisplayName: "Password", Rule: "All"},
|
||||||
{Name: "Verification code", DisplayName: "Verification code", Rule: "All"},
|
{Name: "Verification code", DisplayName: "Verification code", Rule: "All"},
|
||||||
{Name: "WebAuthn", DisplayName: "WebAuthn", Rule: "None"},
|
{Name: "WebAuthn", DisplayName: "WebAuthn", Rule: "None"},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user