Add configurable defaults for gravatarproxy and gravatarredirect

This commit is contained in:
Oliver Falk
2025-10-29 11:30:48 +01:00
parent a07db42ae4
commit aecc8e8477
5 changed files with 148 additions and 4 deletions

View File

@@ -196,6 +196,12 @@ ALLOWED_EXTERNAL_OPENID_REDIRECT_DOMAINS = [
DEFAULT_AVATAR_SIZE = 80
# Default settings for Gravatar proxy and redirect behavior
# These can be overridden by URL parameters
DEFAULT_GRAVATARPROXY = True
DEFAULT_GRAVATARREDIRECT = False
FORCEDEFAULT = False
LANGUAGES = (
("de", _("Deutsch")),
("en", _("English")),