Registration

  • <%= ctx.makeTextInput({ text: 'User name', name: 'name', placeholder: 'letters, digits, _, -', required: true, pattern: ctx.userNamePattern, }) %>
  • <%= ctx.makePasswordInput({ text: 'Password', name: 'password', placeholder: '5+ characters', required: true, pattern: ctx.passwordPattern, }) %>
  • <%= ctx.makeEmailInput({ text: 'Email', name: 'email', placeholder: 'optional', }) %>

    Used for password reminder and to show a Gravatar. Leave blank for random Gravatar.

Registered users can:


By creating an account, you are agreeing to the Terms of Service.