Skip to content
New issue

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

[BUG] User registration form: correct length of username? #3971

Open
math-GH opened this issue Nov 10, 2021 · 3 comments
Open

[BUG] User registration form: correct length of username? #3971

math-GH opened this issue Nov 10, 2021 · 3 comments

Comments

@math-GH
Copy link

@math-GH math-GH commented Nov 10, 2021

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.

grafik

To Reproduce
see user registration form

Environment information (please complete the following information):

  • FreshRSS version: 1.18.1
@math-GH
Copy link
Author

@math-GH math-GH commented Nov 11, 2021

The question is: what is technical the maximum length?

@Alkarex
Copy link

@Alkarex Alkarex commented Nov 11, 2021

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.

@math-GH
Copy link
Author

@math-GH math-GH commented Nov 20, 2021

What is the safest username length for all platforms/setups? 16 chars? 20? 25?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants