Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Jul 16, 2013
1 parent 559e83d commit 247e095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ v 6.0.0
- Generate fingerprint for ssh keys
- You an use arrows to navigate at tree view
- Apply user project limit only for personal projects
- API: Allow login with LDAP credentials

v 5.4.0
- Ability to edit own comments
Expand Down
5 changes: 4 additions & 1 deletion doc/api/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ POST /session

Parameters:

+ `email` (required) - The email of user
+ `login` (required) - The login of user
+ `email` (required if login missing) - The email of user
+ `password` (required) - Valid password


__You can login with both GitLab and LDAP credentials now__

```json
{
"id": 1,
Expand Down

0 comments on commit 247e095

Please sign in to comment.