Skip to content

fix : set the maximum length for the username in register

Shivathanu requested to merge Shivathanu/front:fix/username-max-length into master

Summary

Sets the maximum length of the username to 15 as recommended by web standards.

This resolves the issue mentioned in (#2706 (closed))

Steps to test

Create a user with a really long name (more than 15 characters length).

Merge request reports