Skip to content

Commit 123a03a

Browse files
committed
Merge branch 'develop'
2 parents 33e0c8a + bafc41b commit 123a03a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/hub/admin.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,3 @@ If a user resets their account, their [User Key Pair](/docs/security/hub.md#user
132132
Additionally, any existing trust chains that included the user will be broken, requiring re-verification to restore trust.
133133
:::
134134

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-

docs/hub/user-group-management.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ To allow all users vault creation, assign `create-vault` as a transient role to
6464
4. Select `Assign role`.
6565
5. Select the `create-vault` role.
6666
6. Apply with `Assign`.
67+
68+
## User Avatars {#user-avatars}
69+
70+
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.
71+
72+
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.
73+
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`).
74+

0 commit comments

Comments
 (0)