From c90035ec52f3dc245b9799c83e7712e8b4c73af5 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:15:07 +0200 Subject: [PATCH 1/2] manage_users.md: About invitation --- docs/user_management/manage_users.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user_management/manage_users.md b/docs/user_management/manage_users.md index 4219ba25..fd52a856 100644 --- a/docs/user_management/manage_users.md +++ b/docs/user_management/manage_users.md @@ -30,11 +30,12 @@ By default, new users created in this way are placed in the Guest accounts group ## Invite users -To invite users, go to **Admin** -> **Users** and click **Invite members** in the top right corner. +To invite users, go to **Admin** -> **Users**, navigate to the user group you want to invite to, and click **Invite members** in the top right corner. ![Inviting users](img/users_invitation.png) -To send invitations, fill out email addresses one by one, or use drag and drop to upload a file with an email list, then click **Send**. +To send invitations, fill out email addresses one by one, or use drag and drop to upload a `.csv` file with an email list, then click **Send**. +You can search among the email addresses you input with the top search bar. Invited users then receive an email message with a registration link. With it, they can register and create their account in the frontend as customers or in the back office as members of the team. From 0d53e04cc0c8f533af074f29d1e6e678872bafb4 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:43:22 +0200 Subject: [PATCH 2/2] Reword * More straight forward about user group. * Fix `[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.` Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> --- docs/user_management/manage_users.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_management/manage_users.md b/docs/user_management/manage_users.md index fd52a856..4b8a645d 100644 --- a/docs/user_management/manage_users.md +++ b/docs/user_management/manage_users.md @@ -30,11 +30,11 @@ By default, new users created in this way are placed in the Guest accounts group ## Invite users -To invite users, go to **Admin** -> **Users**, navigate to the user group you want to invite to, and click **Invite members** in the top right corner. +To invite users to a user group, go to **Admin** -> **Users**, navigate to the user group, and click **Invite members** in the top right corner. ![Inviting users](img/users_invitation.png) -To send invitations, fill out email addresses one by one, or use drag and drop to upload a `.csv` file with an email list, then click **Send**. +To send invitations, fill out email addresses one by one or use drag and drop to upload a `.csv` file with an email list, then click **Send**. You can search among the email addresses you input with the top search bar. Invited users then receive an email message with a registration link.