Files @ fefd7279e798
Branch filter:

Location: kallithea/docs/readme.rst - annotation

fefd7279e798 42 B text/prs.fallenstein.rst Show Source Show as Raw Download as Raw
Mads Kiilerich
login: fix crash when entering non-ASCII password for login (Issue #300)

Avoid errors like
UnicodeEncodeError: 'ascii' codec can't encode characters in position X: ordinal not in range(128)
when the user enters non-ASCII passwords for existing internal accounts in the
login prompt.

The password forms have "always" rejected non-ASCII passwords with
Invalid characters (non-ASCII) in password
1
2
3
.. _readme:

.. include:: ./../README.rst