<%inherit file="/template.html" /> <%def name="title()">${_("Password reset")} <%block name="headline">

${_("Password reset")}

%if not lib.auth.welcome.welcome_enabled(): ${_("You will be sent an activation link that, when opened, will cause the system to email you a new password.")} %else: ${_("You will be sent an activation link that, when opened, will allow you pick a new password.")} %endif <%block name="main_content">
${h.field_token()|n}
${_("In order to retrieve your login, you will have to enter your email address.")}