Currently, depending on the endpoint used, there's a minimum char count of 2 vs. 1, and maximum char count 32 vs. 100 for usernames.
This PR sets the requirement for usernames of users (not bots/webhooks) to minimum 2 characters, and maximum the value of the config limits_user_maxUsername (32 by default).
Currently, depending on the endpoint used, there's a minimum char count of 2 vs. 1, and maximum char count 32 vs. 100 for usernames.
This PR sets the requirement for usernames of users (not bots/webhooks) to minimum 2 characters, and maximum the value of the config
limits_user_maxUsername
(32 by default).