diff --git a/docs/user-management/manage-users.md b/docs/user-management/manage-users.md index e87a78da7..86445e0fc 100644 --- a/docs/user-management/manage-users.md +++ b/docs/user-management/manage-users.md @@ -4,7 +4,7 @@ The **Settings** > **Users** page shows all users, including ones with pending i ## Delete a user -1. Click the menu icon by the user you want to delete. +1. Select the menu icon by the user you want to delete. 2. Confirm you want to delete them. 3. If they're an active user, choose whether to copy their workflow data and credentials to a new user, or permanently delete their workflows and credentials. diff --git a/docs/user-management/saml/setup.md b/docs/user-management/saml/setup.md index c47e964a9..bd61b3aac 100644 --- a/docs/user-management/saml/setup.md +++ b/docs/user-management/saml/setup.md @@ -53,6 +53,14 @@ Documentation links for common IdPs. | Okta | n8n provides a [Workforce Identity setup guide](/user-management/saml/okta/) | | PingIdentity | [PingOne SSO](https://docs.pingidentity.com/r/en-us/pingone/pingone_p1sso_start){:target=_blank .external-link} | +## Exempt users + +You can allow users to log in without using SAML. To do this: + +1. Go to **Settings** > **Users**. +2. Select the menu icon by the user you want to exempt from SAML. +3. Select **Allow Manual Login**. + ## Deleting users If you remove a user from your IdP, they remain logged in to n8n. You need to manually remove them from n8n as well. Refer to [Manage users](/user-management/manage-users/) for guidance on deleting users.