Open GoogleCodeExporter opened 9 years ago
It appears the change password form (and login form) has a maxlength attribute
only allowing 20 characters. This is an unnecessary restriction since the the
code[1] that creates the password hash from a password supports a more or less
arbitrary length.
However with some testing it appears that when the password is filled in by
1Password it will actually exceed the maxlength no doubt leading to this
problem.
The maxlength should be removed or significantly increased.
[1]:
https://github.com/tricycle/lesswrong/blob/master/r2/r2/models/account.py#L447
Note to OP: I will reply directly.
Original comment by wjmo...@gmail.com
on 21 Apr 2014 at 9:40
Original issue reported on code.google.com by
tmca...@gmail.com
on 20 Apr 2014 at 4:50