Commit 7dc38e15 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'docs-remove-log-out' into 'master'

Docs: Update pages to remove "log out"

See merge request gitlab-org/gitlab!44330
parents 2aa36c4f e0961176
...@@ -112,7 +112,7 @@ The instructions make the assumption that you will be using the email address `i ...@@ -112,7 +112,7 @@ The instructions make the assumption that you will be using the email address `i
q q
``` ```
1. Log out of the `incoming` account and go back to being `root`: 1. Sign out of the `incoming` account, and go back to being `root`:
```shell ```shell
logout logout
...@@ -164,7 +164,7 @@ Courier, which we will install later to add IMAP authentication, requires mailbo ...@@ -164,7 +164,7 @@ Courier, which we will install later to add IMAP authentication, requires mailbo
try the above steps again, substituting `heirloom-mailx` for the `mail` try the above steps again, substituting `heirloom-mailx` for the `mail`
command._ command._
1. Log out of the `incoming` account and go back to being `root`: 1. Sign out of the `incoming` account, and go back to being `root`:
```shell ```shell
logout logout
...@@ -288,7 +288,7 @@ Courier, which we will install later to add IMAP authentication, requires mailbo ...@@ -288,7 +288,7 @@ Courier, which we will install later to add IMAP authentication, requires mailbo
q q
``` ```
1. Log out of the `incoming` account and go back to being `root`: 1. Sign out of the `incoming` account, and go back to being `root`:
```shell ```shell
logout logout
......
...@@ -196,8 +196,8 @@ end ...@@ -196,8 +196,8 @@ end
**What do we test?** **What do we test?**
1. Can we log in? 1. Can we sign in?
1. Can we log out? 1. Can we sign out?
**How do we test?** **How do we test?**
......
...@@ -241,7 +241,11 @@ All tests expect to be able to log in at the start of the test. ...@@ -241,7 +241,11 @@ All tests expect to be able to log in at the start of the test.
For an example see: <https://gitlab.com/gitlab-org/gitlab/-/issues/34736> For an example see: <https://gitlab.com/gitlab-org/gitlab/-/issues/34736>
Ideally, any actions performed in an `after(:context)` (or [`before(:context)`](#limit-the-use-of-the-ui-in-beforecontext-and-after-hooks)) block would be performed via the API. But if it's necessary to do so via the UI (e.g., if API functionality doesn't exist), make sure to log out at the end of the block. Ideally, actions performed in an `after(:context)` (or
[`before(:context)`](#limit-the-use-of-the-ui-in-beforecontext-and-after-hooks))
block are performed using the API. If it's necessary to do so with the user
interface (for example, if API functionality doesn't exist), be sure to sign
out at the end of the block.
```ruby ```ruby
after(:all) do after(:all) do
......
...@@ -48,9 +48,10 @@ can access the website. ...@@ -48,9 +48,10 @@ can access the website.
## Terminating a Pages session ## Terminating a Pages session
If you want to log out from your Pages website, To sign out of your GitLab Pages website, revoke the application access token
you can do so by revoking application access token for GitLab Pages: for GitLab Pages:
1. Navigate to your profile's **Settings > Applications**. 1. In the top menu, select your profile, and then select **Settings**.
1. Find **Authorized applications** at the bottom of the page. 1. In the left sidebar, select **Applications**.
1. Find **GitLab Pages** and press the **Revoke** button. 1. Scroll to the **Authorized applications** section, find the **GitLab Pages**
entry, and select its **Revoke** button.
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