diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/fe_guide/icons.md | 2 | ||||
-rw-r--r-- | doc/user/profile/active_sessions.md | 20 | ||||
-rw-r--r-- | doc/user/profile/img/active_sessions_list.png | bin | 41649 -> 0 bytes | |||
-rw-r--r-- | doc/user/profile/index.md | 1 |
4 files changed, 1 insertions, 22 deletions
diff --git a/doc/development/fe_guide/icons.md b/doc/development/fe_guide/icons.md index b469a9c6aef..b288ee95722 100644 --- a/doc/development/fe_guide/icons.md +++ b/doc/development/fe_guide/icons.md @@ -49,7 +49,7 @@ Please use the following function inside JS to render an icon : All Icons and Illustrations are managed in the [gitlab-svgs](https://gitlab.com/gitlab-org/gitlab-svgs) repository which is added as a dev-dependency. -To upgrade to a new SVG Sprite version run `yarn upgrade @gitlab-org/gitlab-svgs`. +To upgrade to a new SVG Sprite version run `yarn upgrade @gitlab-org/gitlab-svgs` and then run `yarn run svg`. This task will copy the svg sprite and all illustrations in the correct folders. The updated files should be tracked in Git as those are referenced. # SVG Illustrations diff --git a/doc/user/profile/active_sessions.md b/doc/user/profile/active_sessions.md deleted file mode 100644 index 5119c0e30d0..00000000000 --- a/doc/user/profile/active_sessions.md +++ /dev/null @@ -1,20 +0,0 @@ -# Active Sessions - -> - [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17867) -> in GitLab 10.8. - -GitLab lists all devices that have logged into your account. This allows you to -review the sessions and revoke any of it that you don't recognize. - -## Listing all active sessions - -1. On the upper right corner, click on your avatar and go to your **Settings**. -1. Navigate to the **Active Sessions** tab. - - - -## Revoking a session - -1. Navigate to your [profile's](#profile-settings) **Settings > Active Sessions**. -1. Click on **Revoke** besides a session. The current session cannot be - revoked, as this would sign you out of GitLab. diff --git a/doc/user/profile/img/active_sessions_list.png b/doc/user/profile/img/active_sessions_list.png Binary files differdeleted file mode 100644 index 76a52220bcd..00000000000 --- a/doc/user/profile/img/active_sessions_list.png +++ /dev/null diff --git a/doc/user/profile/index.md b/doc/user/profile/index.md index 91cdef8d1dd..ab16f8d14c1 100644 --- a/doc/user/profile/index.md +++ b/doc/user/profile/index.md @@ -39,7 +39,6 @@ From there, you can: - Manage [SSH keys](../../ssh/README.md#ssh) to access your account via SSH - Manage your [preferences](preferences.md#syntax-highlighting-theme) to customize your own GitLab experience -- [View your active sessions](active_sessions.md) and revoke any of them if necessary - Access your audit log, a security log of important events involving your account ## Changing your username |