MineSkin / mineskin.org

MineSkin.org website
https://mineskin.org
MIT License
19 stars 10 forks source link

Minimum length of eligible usernames for MineSkin is 4 characters, not 3. #23

Closed James103 closed 3 years ago

James103 commented 3 years ago

What steps will reproduce the problem?

  1. Navigate to https://mineskin.org/.
  2. Under "Minecraft Username", type any 3 alphanumeric characters (from the following set: /[a-zA-Z0-9]/).
  3. Notice that 3-character usernames are considered to be invalid, even though a username such as 111 does generate a valid non-Steve/Alex skin.
  4. Under "Minecraft Username", type another alphanumeric character, making 4 total.
  5. Notice that 4-letter usernames can be used in MineSkin, but 3-letter usernames can't.

What were you expecting to happen? What happened instead?

Instead of the minimum username length for skin extraction via MineSkin being 3 characters as expected, the actual minimum is 4 characters.