Unverified Commit d6d6ba16 authored by Greg Messner's avatar Greg Messner Committed by GitHub
Browse files

Made note about removal of login bold.

parent 287912f4
...@@ -42,8 +42,7 @@ You can also login to your GitLab server with username, and password: ...@@ -42,8 +42,7 @@ You can also login to your GitLab server with username, and password:
// Log in to the GitLab server using a username and password // Log in to the GitLab server using a username and password
GitLabApi gitLabApi = GitLabApi.login("http://your.gitlab.server.com", "your-username", "your-password"); GitLabApi gitLabApi = GitLabApi.login("http://your.gitlab.server.com", "your-username", "your-password");
``` ```
**NOTE: Logging in with username and password is not available on GitLab servers 10.2 and above.**
NOTE: Logging in with username and password is not available on GitLab servers 10.2 and above.
As of GitLab4J-API 4.6.6, all API requests support performing the API call as if you were another user, provided you are authenticated as an administrator: As of GitLab4J-API 4.6.6, all API requests support performing the API call as if you were another user, provided you are authenticated as an administrator:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment