diff options
| author | rr- | 2016-04-29 13:08:41 +0200 |
|---|---|---|
| committer | rr- | 2016-04-29 13:16:16 +0200 |
| commit | da5b32feebfb84bfaca44f5680819510d8c8fc57 (patch) | |
| tree | 3bbc800107d0f26202c2415c4da39d17702b6e77 /API.md | |
| parent | d67a1b2f1c0952f835ef3c89324bbf17a92f2b93 (diff) | |
server/users: fix hiding email from admins etc
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1181,7 +1181,8 @@ A single user. **Field meaning** - `<name>`: the user name. - `<email>`: the user email. It is available only if the request is - authenticated by the same user. + authenticated by the same user, or the authenticated user can change the + email. - `<rank>`: the user rank, which effectively affects their privileges. The available ranks are stored in the server configuration. - `<rank-name>`: the text representation of user's rank. Like `<rank>`, the |