<%inherit file="main.html"/>\ \ <%block name="header">\ <%include file="header.html" args="title=_('Password Reset Request'),link=None"/>\ \ \
${_('Hello %s') % user},
${_('We have received a request to reset the password for your account.')}
%if reset_token is None:
${_('This account is however managed outside this system and the password cannot be changed here.')}
%else:
${_('To set a new password, click the following link')}:
${reset_url}
${_("Should you not be able to use the link above, please type the following code into the password reset form")}: ${reset_token}
%endif
${_("If it weren't you who requested the password reset, just disregard this message.")}