Fix llResetUrl bugé

This commit is contained in:
Philippe Caseiro 2020-11-20 14:44:51 +01:00
parent eafbc3bd8a
commit beb6341981
1 changed files with 4 additions and 2 deletions

View File

@ -392,10 +392,12 @@
"oidcOPMetaDataJWKS": null,
"webIDAuthnLevel": 1,
"issuerDBOpenIDActivation": "1",
%if %%is_empty(%%llResetUrl)
%if %%llResetPassword == "oui"
%if %%is_empty(%%llResetUrl)
"mailUrl": "https://%%authWebName/mail.pl",
%else
%else
"mailUrl": "%%llResetUrl",
%end if
%end if
"maintenance": 0,
"jsRedirect": 0,