The frontend accepts infinite names (length).
This causes a crash of the frontend and many requests could probably also influence the performance of the backend.
Reproduce
Put a very long String into the name field on sign-up
Expected behavior
The frontend only accepts names up to 256 characters.
Description
The frontend accepts infinite names (length). This causes a crash of the frontend and many requests could probably also influence the performance of the backend.
Reproduce
Put a very long String into the name field on sign-up
Expected behavior
The frontend only accepts names up to 256 characters.
System