Details
Description
Certain password fields in the UI are limited in length (50). However, this can create problems as:
- Other fields are not limited in length (like the reset password form)
- The WS does not impose a limit
This leads certain users to use passwords that are longer than 50 chars, which then get truncated in other places.
Solution:
Never limit password fields lengths.