From f7fc352b4a54c5b86a47a5e447aefbb40558a2cd Mon Sep 17 00:00:00 2001 From: Timothy Andrew Date: Tue, 21 Jun 2016 11:03:50 +0530 Subject: Add notices about disabling auth features for users with 2FA. --- doc/api/session.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/api/session.md') diff --git a/doc/api/session.md b/doc/api/session.md index 71e93d0bb0a..066a055702d 100644 --- a/doc/api/session.md +++ b/doc/api/session.md @@ -1,5 +1,12 @@ # Session +## Deprecation Notice + +1. Starting in GitLab 9.0, this feature will be *disabled* for users with two-factor authentication turned on. +2. These users can access the API using [personal access tokens] instead. + +--- + You can login with both GitLab and LDAP credentials in order to obtain the private token. @@ -45,3 +52,5 @@ Example response: "private_token": "9koXpg98eAheJpvBs5tK" } ``` + +[personal access tokens]: ./README.md#personal-access-tokens -- cgit v1.2.1