% unless ( RT::Config->Get('DisableResetPasswordOnLogin') ) {
  <div class="row mt-2">
    <div class="col-12 text-center">
      <a href="<%$RT::WebPath%>/NoAuth/ResetPassword/Request.html"><&|/l&>Forgot password</&>?</a>
%     if ( RT::Config->Get('CreateNewUserAndSetPassword') ) {
        <span>&nbsp;&#8226;&nbsp;</span><a href="<%$RT::WebPath%>/NoAuth/ResetPassword/Request.html?Mode=create"><&|/l&>New account</&></a>
%     }
    </div>
  </div>
% }
