diff --git a/README.md b/README.md index 3c2f69c0bb6ce474d8f5598a05afd4c3e0216fbd..969096a54bf5859751673a3560c9c760077089ed 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,6 @@ You can also login to your GitLab server with 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"); ``` -**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: ```java // Create a GitLabApi instance to communicate with your GitLab server (must be an administrator)