In the User Profile page, you can set a password up to 100 characters long. However, on the login page, the max length for your password is 25 characters.
I use a 32 character password, so I've been locked out of my account several times, and have even hit the "30 minute wait" after 5 failed logins.
And as I suppose, you don't memorize those passwords, rather, have them written somewhere. If it is so, then it completely breaks your security.
Eugene
PS. Throw away that tool. Those passwords are less secure than 20 characters long passwords with all printable characters involved (both upercase and lowercase letters, numbers and other symbols).
Arantor wrote:This all assumes, of course, that the code doesn't truncate it upon trying to log in anyhow.
I only looked at the forum template and not at the php code; in any case the behavior should be consistent and accept the same password length on both screens.