On the one hand, the body of the function get_mail_account_exist does not interpolate this jinja variable reset_password_url.
This leads to a target="_blank" after compilation to HTML, which in turn leads to this funny situation on Zimbra: a link that re-opens Zimbra.
On the other hand, the get_mail_account_exist function does not take any arguments, so Hyperion can't pass the value of the URL to reset your password (and Hyperion does not try to do so).
On the one hand, the body of the function
get_mail_account_existdoes not interpolate this jinja variablereset_password_url.This leads to a
target="_blank"after compilation to HTML, which in turn leads to this funny situation on Zimbra: a link that re-opens Zimbra.On the other hand, the
get_mail_account_existfunction does not take any arguments, so Hyperion can't pass the value of the URL to reset your password (and Hyperion does not try to do so).