Commit 247e0951864c6888cfdd18b8746c554df2916ec1
1 parent
559e83d3
Exists in
master
and in
4 other branches
Update docs
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
CHANGELOG
doc/api/session.md
... | ... | @@ -6,10 +6,13 @@ POST /session |
6 | 6 | |
7 | 7 | Parameters: |
8 | 8 | |
9 | -+ `email` (required) - The email of user | |
9 | ++ `login` (required) - The login of user | |
10 | ++ `email` (required if login missing) - The email of user | |
10 | 11 | + `password` (required) - Valid password |
11 | 12 | |
12 | 13 | |
14 | +__You can login with both GitLab and LDAP credentials now__ | |
15 | + | |
13 | 16 | ```json |
14 | 17 | { |
15 | 18 | "id": 1, | ... | ... |