Compare commits
No commits in common. "25f36f63a01aaf3f61e78efe6179427ac5f6c4e9" and "9a7db5bd0114b1458bfd9c4f345ac04dd31b8b72" have entirely different histories.
25f36f63a0
...
9a7db5bd01
|
@ -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