From 94806c895f91aa87e9201015f3280fad0e17b2a8 Mon Sep 17 00:00:00 2001 From: pravin Date: Mon, 19 May 2025 13:05:00 +0530 Subject: [PATCH] Update manage-users.md Fixed the br tag closing issue on manage user form. --- docs/docs/help/Settings/manage-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/help/Settings/manage-users.md b/docs/docs/help/Settings/manage-users.md index 5b1b36f0a..157866691 100644 --- a/docs/docs/help/Settings/manage-users.md +++ b/docs/docs/help/Settings/manage-users.md @@ -38,7 +38,7 @@ To add a new user: | **Email** | ✅ Yes | Enter a valid email address. | | **Password** | ✅ Yes | The system auto-generates a password. **Copy it immediately** as it will be shown only once. | | **Phone** | ❌ No | (Optional) Enter the user’s phone number. | - | **Team** | ✅ Yes | Select the team the user belongs to from the dropdown.
_Note: Teams must be created beforehand under **Settings → Teams** (available in Teams & Enterprise plans)._ | + | **Team** | ✅ Yes | Select the team the user belongs to from the dropdown.
_Note: Teams must be created beforehand under **Settings → Teams** (available in Teams & Enterprise plans)._ | | **Role** | ✅ Yes | Choose one of the following roles: | | | | - **OrgAdmin**: Full access, including user and team management. | | | | - **Editor**: Can create and share templates but **cannot manage users**. |