Log in

  • <%= ctx.makeTextInput({ text: 'User name', name: 'name', required: true, pattern: ctx.userNamePattern, }) %>
  • <%= ctx.makePasswordInput({ text: 'Password', name: 'password', required: true, pattern: ctx.passwordPattern, }) %>
  • <%= ctx.makeCheckbox({ text: 'Remember me', name: 'remember-user', }) %>
<% if (ctx.canSendMails) { %> Forgot the password? <% } %>