Description
When using the SignInPanel, if password input field contains spaces at the begining or at the end, they are trimmed by the PasswordTextField class.
Passwords should not be trimed.
Resolution is probably to override the convertValue method in the PasswordTextField class. I provided a patch (attached to this issue), please indicate if any problem with it.