diff options
author | Drew Blessing <drew@gitlab.com> | 2016-07-26 16:48:51 -0500 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2016-08-24 17:50:57 -0500 |
commit | bba85773519e972d036a933b1f054b6c76050c5f (patch) | |
tree | af569948abbcba0e206c33b4114c5b22f024746a /doc/README.md | |
parent | f52cf56e90b2be3edb405fe588c94b637cf5088b (diff) | |
download | gitlab-ce-bba85773519e972d036a933b1f054b6c76050c5f.tar.gz |
Add two factor recovery endpoint to internal API
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index 195b7c7af62..047035dfb09 100644 --- a/doc/README.md +++ b/doc/README.md @@ -2,6 +2,7 @@ ## User documentation +- [Account Security](user/account/security.md) Securing your account via two-factor authentication, etc. - [API](api/README.md) Automate GitLab via a simple and powerful API. - [CI/CD](ci/README.md) GitLab Continuous Integration (CI) and Continuous Delivery (CD) getting started, `.gitlab-ci.yml` options, and examples. - [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab. |