Summary:
User password appear to be silently truncated when updated in admin module
Detailed Description:
I am using version 1.11.5, and ran into a problem when resetting passwords for
users on the site. I was attempting to set long passwords based on several
random words. The admin module accepted the passwords update, but I was unable
to log in using the new password.
After a bit of investigation, it appears that the admin module is silently
truncating the entered password to 25 characters (so when I attempted to log in
with the longer password I thought I had set, it was not recognised).
Validation and an appropriate maximum password size warning should be added to
the admin module to ensure that users can only enter a maximum of 25 characters,
and don't end up unwittingly setting passwords that are different from the value
they entered in the password field.
Could you also consider increasing the maximum password size, because using
several conventional words separated by spaces is a valid strategy for creating
long, secure passwords that are also easy to remember?