diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-27 20:36:33 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-12-27 20:38:44 -0800 |
commit | 9e0f532f3eca474bbb4bdf49ea744afb23178b82 (patch) | |
tree | d9879f491173be5949639819055e3336c4b3efc7 /doc/integration/README.md | |
parent | 4c6591c9220676c97ddf2dda36e8e855d3196a74 (diff) | |
download | gitlab-ce-9e0f532f3eca474bbb4bdf49ea744afb23178b82.tar.gz |
Add documentation for using reCAPTCHAadd-recaptcha-support
Diffstat (limited to 'doc/integration/README.md')
-rw-r--r-- | doc/integration/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/integration/README.md b/doc/integration/README.md index 6263353851f..2a9f76533b7 100644 --- a/doc/integration/README.md +++ b/doc/integration/README.md @@ -13,6 +13,7 @@ See the documentation below for details on how to configure these services. - [Slack](slack.md) Integrate with the Slack chat service - [OAuth2 provider](oauth_provider.md) OAuth2 application creation - [Gmail actions buttons](gmail_action_buttons_for_gitlab.md) Adds GitLab actions to messages +- [reCAPTCHA](recaptcha.md) Configure GitLab to use Google reCAPTCHA for new users GitLab Enterprise Edition contains [advanced JIRA support](http://doc.gitlab.com/ee/integration/jira.html) and [advanced Jenkins support](http://doc.gitlab.com/ee/integration/jenkins.html). |