Files @ fefd7279e798
Branch filter:

Location: kallithea/docs/theme/nature/theme.conf

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
4
[theme]
inherit = basic
stylesheet = nature.css
pygments_style = tango