Fixed #22364 -- Sanitized getpass input in changepassword.
Python 2 getpass on Windows does not accept unicode, even when containing on ASCII characters. Related #190807.
Showing
Please
register
or
sign in
to comment
Python 2 getpass on Windows does not accept unicode, even when containing on ASCII characters. Related #190807.