fix(admin): fixed duallogin to no

darta 2022-01-21 13:10:31 +00:00
parent 3bd1c3ebdc
commit bed86a2447
1 changed files with 1 additions and 1 deletions

View File

@ -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",