Home

Documentation

Contact

Registration

A new user can be registered under /user/register. The following requirements must be pleased in order for the form to be submittable:

  • Name only contains letters
  • Email is valid and does not include „@email“ or „@example“
  • Password must be at least 8 characters long and may not contain „123456“ or „passwor“. You can adjust the requirements under /client/services/UserValidator.tsx.

If the registration was successful, the user will be redirected to the user home route (defined under /client/.env.local). If the registration failed (for example because the email is already taken), a proper error message will be displayed. If configured, the user will also receive an email to verify her email address (see section „Email verification“).

If an already authenticated user tries to access /user/register she will be redirected to the user home route.