Commit 247e0951 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Update docs

parent 559e83d3
...@@ -16,6 +16,7 @@ v 6.0.0 ...@@ -16,6 +16,7 @@ v 6.0.0
- Generate fingerprint for ssh keys - Generate fingerprint for ssh keys
- You an use arrows to navigate at tree view - You an use arrows to navigate at tree view
- Apply user project limit only for personal projects - Apply user project limit only for personal projects
- API: Allow login with LDAP credentials
v 5.4.0 v 5.4.0
- Ability to edit own comments - Ability to edit own comments
......
...@@ -6,10 +6,13 @@ POST /session ...@@ -6,10 +6,13 @@ POST /session
Parameters: 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 + `password` (required) - Valid password
__You can login with both GitLab and LDAP credentials now__
```json ```json
{ {
"id": 1, "id": 1,
......
Markdown is supported
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