## -*- coding: utf-8 -*- <%inherit file="base/root.html"/> <%def name="title()"> ${_('Sign In')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif %def>
${h.link_to(_('Forgot your password?'), h.route_path('reset_password'), class_='pwd_reset')}
%elif h.HasPermissionAny('hg.password_reset.hidden')():${_('Contact an administrator if you have forgotten your password.')}
%endif ${h.submit('sign_in', _('Sign In'), class_="btn sign-in")} ${h.end_form()}