Commit 2aa5580f authored by Alvin Gounder's avatar Alvin Gounder

Change position of unlinking accounts

 warning
parent c4f79a2f
...@@ -240,6 +240,10 @@ Users can unlink SAML for a group from their profile page. This can be helpful i ...@@ -240,6 +240,10 @@ Users can unlink SAML for a group from their profile page. This can be helpful i
- You no longer want a group to be able to sign you in to GitLab.com. - You no longer want a group to be able to sign you in to GitLab.com.
- Your SAML NameID has changed and so GitLab can no longer find your user. - Your SAML NameID has changed and so GitLab can no longer find your user.
CAUTION: **Warning:**
Unlinking an account removes all roles assigned to that user within the group.
If a user relinks their account, roles need to be reassigned.
For example, to unlink the `MyOrg` account, the following **Disconnect** button is available under **Profile > Accounts**: For example, to unlink the `MyOrg` account, the following **Disconnect** button is available under **Profile > Accounts**:
![Unlink Group SAML](img/unlink_group_saml.png) ![Unlink Group SAML](img/unlink_group_saml.png)
...@@ -280,10 +284,6 @@ the user gets the highest access level from the groups. For example, if one grou ...@@ -280,10 +284,6 @@ the user gets the highest access level from the groups. For example, if one grou
is linked as `Guest` and another `Maintainer`, a user in both groups gets `Maintainer` is linked as `Guest` and another `Maintainer`, a user in both groups gets `Maintainer`
access. access.
CAUTION: **Warning:**
Unlinking an account removes all roles assigned to that user within the group.
If a user relinks their account, roles need to be reassigned.
## Glossary ## Glossary
| Term | Description | | Term | Description |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment