Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Registration form: The text hint says, that max. 16 chars are allowed for a user name. But the HTML5 pattern says: max 39 chars.
To Reproduce see user registration form
Environment information (please complete the following information):
The text was updated successfully, but these errors were encountered:
The question is: what is technical the maximum length?
Sorry, something went wrong.
The actual maximum length will vary depending on the platforms and setups. In particular, the username is used as a folder name and as a database table prefix, each having restrictions.
What is the safest username length for all platforms/setups? 16 chars? 20? 25?
No branches or pull requests
Describe the bug
Registration form:
The text hint says, that max. 16 chars are allowed for a user name.
But the HTML5 pattern says: max 39 chars.
To Reproduce
see user registration form
Environment information (please complete the following information):
The text was updated successfully, but these errors were encountered: