avatar: Update avatar used for inaccessible users.

This commit adds a new avatar image which will be shown for
all inaccessible users.
This commit is contained in:
Sahil Batra 2023-11-10 12:16:49 +05:30 committed by Tim Abbott
parent 32c15d67b5
commit 3d96969398
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -150,4 +150,4 @@ def is_avatar_new(ldap_avatar: bytes, user_profile: UserProfile) -> bool:
def get_avatar_for_inaccessible_user() -> str:
return staticfiles_storage.url("images/default-avatar.png")
return staticfiles_storage.url("images/unknown-user-avatar.png")