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