core: fix path for blank avatar when avatars are disabled

This commit is contained in:
Jens Langhammer 2021-02-26 15:07:30 +01:00
parent 7bf3d7e10a
commit 477e30f542
2 changed files with 1 additions and 10 deletions

View File

@ -36,7 +36,7 @@ USER_ATTRIBUTE_DEBUG = "goauthentik.io/user/debug"
USER_ATTRIBUTE_SA = "goauthentik.io/user/service-account"
GRAVATAR_URL = "https://secure.gravatar.com"
DEFAULT_AVATAR = static("authentik/user_default.png")
DEFAULT_AVATAR = static("dist/assets/images/user_default.png")
def default_token_duration():

View File

@ -1,9 +0,0 @@
debug: true
postgresql:
user: postgres
host: postgresql
redis:
host: redis
log_level: debug