summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-09-10 09:32:29 -0400
committerJoramWilander <jwawilander@gmail.com>2015-09-10 09:32:29 -0400
commit9fd1f500147928ca0006de284c5bd38c40a82365 (patch)
tree1ac4919192ea23df6df94c78eefbbe86c841dea5 /doc/integrations
parent2c67b4db61fb896854906c096b02290935fb9c7f (diff)
downloadchat-9fd1f500147928ca0006de284c5bd38c40a82365.tar.gz
chat-9fd1f500147928ca0006de284c5bd38c40a82365.tar.bz2
chat-9fd1f500147928ca0006de284c5bd38c40a82365.zip
Update SSO documentation with new config file setting.
Diffstat (limited to 'doc/integrations')
-rw-r--r--doc/integrations/sso/gitlab-sso.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integrations/sso/gitlab-sso.md b/doc/integrations/sso/gitlab-sso.md
index c0cd6cb45..6110db504 100644
--- a/doc/integrations/sso/gitlab-sso.md
+++ b/doc/integrations/sso/gitlab-sso.md
@@ -14,6 +14,6 @@ The following steps can be used to configure Mattermost to use GitLab as a singl
* _TokenEndpoint_: `<your-gitlab-url>/oauth/token`
* _UserApiEndpoint_: `<your-gitlab-url>/api/v3/user`
-6. (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 _AllowEmailSignUp_ to `false`.
+6. (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`.
7. Restart your Mattermost server to see the changes take effect.