Compare commits
No commits in common. "0a5f0f7d9489d7423f645dc481326a4d0800ab62" and "b81f96f0dd5f073d35c80d9a014b5255996ed6dd" have entirely different histories.
0a5f0f7d94
...
b81f96f0dd
|
@ -392,12 +392,10 @@
|
||||||
"oidcOPMetaDataJWKS": null,
|
"oidcOPMetaDataJWKS": null,
|
||||||
"webIDAuthnLevel": 1,
|
"webIDAuthnLevel": 1,
|
||||||
"issuerDBOpenIDActivation": "1",
|
"issuerDBOpenIDActivation": "1",
|
||||||
%if %%llResetPassword == "oui"
|
%if %%is_empty(%%llResetUrl)
|
||||||
%if %%is_empty(%%llResetUrl)
|
|
||||||
"mailUrl": "https://%%authWebName/mail.pl",
|
"mailUrl": "https://%%authWebName/mail.pl",
|
||||||
%else
|
%else
|
||||||
"mailUrl": "%%llResetUrl",
|
"mailUrl": "%%llResetUrl",
|
||||||
%end if
|
|
||||||
%end if
|
%end if
|
||||||
"maintenance": 0,
|
"maintenance": 0,
|
||||||
"jsRedirect": 0,
|
"jsRedirect": 0,
|
||||||
|
|
Loading…
Reference in New Issue