Fix reset password bug

This commit is contained in:
Philippe Caseiro 2020-11-24 11:08:33 +01:00
parent 70a1c26d53
commit fd4ee5dc87
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,