summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorlindy65 <lindy@spinpunch.com>2015-10-25 20:19:33 +0200
committerlindy65 <lindy@spinpunch.com>2015-10-25 20:19:33 +0200
commitfd8c213cd99fc8f27645b99e17c944ee74c47964 (patch)
treea5789041de9c2fe0635ace39eb3f82732a2ce569 /doc/integrations
parentdc439fd7e84d54a95f6c0ac2b51a21e634777436 (diff)
downloadchat-fd8c213cd99fc8f27645b99e17c944ee74c47964.tar.gz
chat-fd8c213cd99fc8f27645b99e17c944ee74c47964.tar.bz2
chat-fd8c213cd99fc8f27645b99e17c944ee74c47964.zip
Updated to be in line with doc guidelines
Diffstat (limited to 'doc/integrations')
-rw-r--r--doc/integrations/Single-Sign-On/Gitlab.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integrations/Single-Sign-On/Gitlab.md b/doc/integrations/Single-Sign-On/Gitlab.md
index 0a8a1bd18..7939c47fb 100644
--- a/doc/integrations/Single-Sign-On/Gitlab.md
+++ b/doc/integrations/Single-Sign-On/Gitlab.md
@@ -1,6 +1,6 @@
## Configuring GitLab Single-Sign-On
-The following steps can be used to configure Mattermost to use GitLab as a single-sign-on (SSO) service for team creation, account creation and sign-in.
+Follow these steps to configure Mattermost to use GitLab as a single-sign-on (SSO) service for team creation, account creation and sign-in.
1. Login to your GitLab account and go to the Applications section either in Profile Settings or Admin Area.
2. Add a new application called "Mattermost" with the following as Redirect URIs:
@@ -18,6 +18,6 @@ The following steps can be used to configure Mattermost to use GitLab as a singl
Note: Make sure your `HTTPS` or `HTTP` prefix for endpoint URLs matches your server configuration.
-5. (Optional) If you would like to force all users to sign-up with GitLab only, in the _ServiceSettings_ section of config/config.json please set _DisableEmailSignUp_ to `true`.
+5. (Optional) If you would like to force all users to sign-up with GitLab only, in the _ServiceSettings_ section of config/config.json set _DisableEmailSignUp_ to `true`.
6. Restart your Mattermost server to see the changes take effect.