fix(admin): fixed duallogin to no
parent
3bd1c3ebdc
commit
bed86a2447
|
@ -197,7 +197,7 @@ class MoodleSaml:
|
||||||
config = {
|
config = {
|
||||||
"idpmetadata": self.parse_idp_metadata(),
|
"idpmetadata": self.parse_idp_metadata(),
|
||||||
"certs_locked": "1",
|
"certs_locked": "1",
|
||||||
"duallogin": "1",
|
"duallogin": "0",
|
||||||
"idpattr": "username",
|
"idpattr": "username",
|
||||||
"autocreate": "1",
|
"autocreate": "1",
|
||||||
"anyauth": "1",
|
"anyauth": "1",
|
||||||
|
|
Loading…
Reference in New Issue