Skip to content

Commit c4721cc

Browse files
authored
Removed note about logging in on 10.2 servers.
1 parent c1c4cf5 commit c4721cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ You can also login to your GitLab server with username, and password:
4343
// Log in to the GitLab server using a username and password
4444
GitLabApi gitLabApi = GitLabApi.login("http://your.gitlab.server.com", "your-username", "your-password");
4545
```
46-
**NOTE: Logging in with username and password is not available on GitLab servers 10.2 and above.**
47-
48-
4946
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:
5047
```java
5148
// Create a GitLabApi instance to communicate with your GitLab server (must be an administrator)

0 commit comments

Comments
 (0)