mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
add steps for allowing manual login
This commit is contained in:
parent
4c08893e01
commit
1f52884df3
@ -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.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user