diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-08-15 17:14:22 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-08-18 16:47:26 -0500 |
commit | ff6f0ada3fc4c4dc89c9f2f0d947099c2d14ae88 (patch) | |
tree | c582d25a87e96b28e0970705843c20350f49da5e /doc/api/oauth2.md | |
parent | e2f9c87600e34a415d43c981e0182094b123771f (diff) | |
download | gitlab-ce-ff6f0ada3fc4c4dc89c9f2f0d947099c2d14ae88.tar.gz |
Added documentation and CHANGELOG item
Diffstat (limited to 'doc/api/oauth2.md')
-rw-r--r-- | doc/api/oauth2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/oauth2.md b/doc/api/oauth2.md index 16ef79617c0..0b0fc39ec7e 100644 --- a/doc/api/oauth2.md +++ b/doc/api/oauth2.md @@ -90,7 +90,7 @@ curl --header "Authorization: Bearer OAUTH-TOKEN" https://localhost:3000/api/v3/ ## Deprecation Notice -1. Starting in GitLab 9.0, the Resource Owner Password Credentials will be *disabled* for users with two-factor authentication turned on. +1. Starting in GitLab 8.11, the Resource Owner Password Credentials has been *disabled* for users with two-factor authentication turned on. 2. These users can access the API using [personal access tokens] instead. --- |