## -*- coding: utf-8 -*- <%inherit file="base/root.mako"/> <%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')():${_('Password reset is disabled. Please contact ')} % if c.visual.rhodecode_support_url: ${_('Support')} ${_('or')} % endif ${_('an administrator if you need help.')}
%endif ${h.submit('sign_in', _('Sign In'), class_="btn sign-in")}RhodeCode ${c.rhodecode_edition}
${h.end_form()}