Merge pull request #639 from mattermost/sso-doc-update

Update SSO documentation with new config file setting.
Этот коммит содержится в:
Corey Hulen
2015-09-10 08:37:47 -07:00
родитель b440fd5f3c 9fd1f50014
Коммит 14b8e2a9bc

Просмотреть файл

@@ -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.