core: fix path for blank avatar when avatars are disabled
This commit is contained in:
parent
7bf3d7e10a
commit
477e30f542
|
@ -36,7 +36,7 @@ USER_ATTRIBUTE_DEBUG = "goauthentik.io/user/debug"
|
||||||
USER_ATTRIBUTE_SA = "goauthentik.io/user/service-account"
|
USER_ATTRIBUTE_SA = "goauthentik.io/user/service-account"
|
||||||
|
|
||||||
GRAVATAR_URL = "https://secure.gravatar.com"
|
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():
|
def default_token_duration():
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
debug: true
|
|
||||||
postgresql:
|
|
||||||
user: postgres
|
|
||||||
host: postgresql
|
|
||||||
|
|
||||||
redis:
|
|
||||||
host: redis
|
|
||||||
|
|
||||||
log_level: debug
|
|
Reference in New Issue