Skip to content

Commit 33e0c8a

Browse files
committed
Merge branch 'develop'
2 parents 41f3d0c + 2acddbf commit 33e0c8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/hub/admin.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,11 @@ With the **Fingerprint Verification Preciseness** property, the minimum length o
131131
If a user resets their account, their [User Key Pair](/docs/security/hub.md#user-key-pair) is regenerated, invalidating all previously established trust relationships regarding this user.
132132
Additionally, any existing trust chains that included the user will be broken, requiring re-verification to restore trust.
133133
:::
134+
135+
## User Avatars {#user-avatars}
136+
137+
Cryptomator Hub supports user avatars. As an administrator, you can enable this feature in the administration area by creating a user "picture" profile attribute in the "User Profile" setting in the Realm in Keycloak. See [Keycloak Documentation](https://www.keycloak.org/ui-customization/avatars#_setting_a_picture_attribute_from_the_admin_console) for more information.
138+
139+
When enabled, users can define their avatar in their Keycloak profile page. The avatar is then displayed in Cryptomator Hub, for example in the vault member list.
140+
The avatar needs to be provided as a URL (e.g. https://path_to_image.png) or as a Base64 encoded data image (e.g. `data:image/svg+xml;base64,content`).
141+

0 commit comments

Comments
 (0)