diff options
author | Joram Wilander <jwawilander@gmail.com> | 2015-10-23 08:10:06 -0400 |
---|---|---|
committer | Joram Wilander <jwawilander@gmail.com> | 2015-10-23 08:10:06 -0400 |
commit | 7ef6ab0e2c79d5c0100749839709eb6f0d543b2f (patch) | |
tree | 4fb0153bc0737364115abd66cc6d37bb576b8099 /doc/integrations/Single-Sign-On | |
parent | 02a6f6b2cd4c0a6bf32b23961557c385039ae2f2 (diff) | |
parent | 88f7937f11cae5f341f14092865ad31a5daecc03 (diff) | |
download | chat-7ef6ab0e2c79d5c0100749839709eb6f0d543b2f.tar.gz chat-7ef6ab0e2c79d5c0100749839709eb6f0d543b2f.tar.bz2 chat-7ef6ab0e2c79d5c0100749839709eb6f0d543b2f.zip |
Merge pull request #1155 from lindy65/patch-3
Fixed grammatical error on line 19
Diffstat (limited to 'doc/integrations/Single-Sign-On')
-rw-r--r-- | doc/integrations/Single-Sign-On/Gitlab.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integrations/Single-Sign-On/Gitlab.md b/doc/integrations/Single-Sign-On/Gitlab.md index e503a158b..0a8a1bd18 100644 --- a/doc/integrations/Single-Sign-On/Gitlab.md +++ b/doc/integrations/Single-Sign-On/Gitlab.md @@ -16,7 +16,7 @@ The following steps can be used to configure Mattermost to use GitLab as a singl * _TokenEndpoint_: `https://<your-gitlab-url>/oauth/token` * _UserApiEndpoint_: `https://<your-gitlab-url>/api/v3/user` - Note: Make sure your `HTTPS` or `HTTP` prefix for endpoint URLs matches how your server configuration. + 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`. |