aboutsummaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorrr-2016-04-29 13:08:41 +0200
committerrr-2016-04-29 13:16:16 +0200
commitda5b32feebfb84bfaca44f5680819510d8c8fc57 (patch)
tree3bbc800107d0f26202c2415c4da39d17702b6e77 /API.md
parentd67a1b2f1c0952f835ef3c89324bbf17a92f2b93 (diff)
server/users: fix hiding email from admins etc
Diffstat (limited to 'API.md')
-rw-r--r--API.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/API.md b/API.md
index 419527c..c36bbf6 100644
--- a/API.md
+++ b/API.md
@@ -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

© 2015 - 2026 Jakob L. Kreuze