From be18dac4f9464b8fc9a3aa76e184f2ae192cc3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20Poyatos?= Date: Fri, 7 Feb 2025 13:29:25 +0100 Subject: [PATCH] docs: Add details about user creation in Prowler app (#6862) --- docs/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/index.md b/docs/index.md index f43bfb38ea..3ec79dd862 100644 --- a/docs/index.md +++ b/docs/index.md @@ -377,6 +377,19 @@ Go to [http://localhost:3000](http://localhost:3000) after installing the app (s Sign Up Button Sign Up +???+ note "User creation and default tenant behavior" + + When creating a new user, the behavior depends on whether an invitation is provided: + + - **Without an invitation**: + + - A new tenant is automatically created. + - The new user is assigned to this tenant. + - A set of **RBAC admin permissions** is generated and assigned to the user for the newly created tenant. + - **With an invitation**: The user is added to the specified tenant with the permissions defined in the invitation. + + This mechanism ensures that the first user in a newly created tenant has administrative permissions within that tenant. + #### **Log In** Log in with your email and password to start using the Prowler App.