Trying to set a password with 257 characters shows that it is not strong enough
The bug
When you try to set a password with 257 characters it shows that the password is not strong enough (see Password not long enough.png
).
However, when the last character is removed it accepts the password. Therefore the error message is incorrect.
Created Issue:
Trying to set a password with 257 characters shows that it is not strong enough
The bug
When you try to set a password with 257 characters it shows that the password is not strong enough (see Password not long enough.png
).
However, when the last character is removed it accepts the password. Therefore the error message is incorrect.
Added Assignee:
[Mojang] Web Team
Deleted Comment:
Did you happen to put both numbers and letters? I think you need to.
Deleted Comment:
Could this be closed as a duplicate of
WEB-958? This is an older bug report, but the other is far more complete in terms of testing. The issue here is caused by line 6 in its table.
Added Attachments:


There might be a maximum Character value.
Yes, one of the launcher messages mentioned that 256 is the maximum password length, this is why I tested it.
The problem is that the error message is incorrect.
This issue seems to have been fixed. I've attached a screenshot of the error message presented now.