Files @ c0da0ef508da
Branch filter:

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

Mads Kiilerich
auth: only API keys with 40 alpha-numeric characters are valid

This makes it easy to disable API keys in the database without violating the
uniqueness constraint, using something like:

UPDATE users SET api_key='-'||api_key;
UPDATE user_api_keys SET api_key='-'||api_key;
1
2
3
4
[theme]
inherit = basic
stylesheet = nature.css
pygments_style = tango