## -*- coding: utf-8 -*- <%inherit file="base/root.mako"/> <%def name="title()"> ${_('Reset Password')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif %def>
${_('Password reset is disabled. Please contact ')} % if c.visual.rhodecode_support_url: ${_('Support')} ${_('or')} % endif ${_('an administrator if you need help.')}
${_('Password reset link will be sent to matching email address')}
%if captcha_active:RhodeCode ${c.rhodecode_edition}
${h.end_form()}