summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Tanayno <atanayno@gitlab.com>2018-09-14 11:03:47 +0000
committerAlexander Tanayno <atanayno@gitlab.com>2018-09-14 11:03:47 +0000
commite9aec3a101a714cf7a98dbdb8313c45885c87775 (patch)
treec924ac6f9a1b009a5e985029c675cb9860d52242 /doc
parent3fd0a46912ce8ca43e417515733a295fe9815cfd (diff)
downloadgitlab-ce-e9aec3a101a714cf7a98dbdb8313c45885c87775.tar.gz
Adds a note about the case when reset_password is false
Diffstat (limited to 'doc')
-rw-r--r--doc/api/users.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 7fc06d85145..b0ae455a025 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -263,7 +263,7 @@ GET /users/:id?with_custom_attributes=true
## User creation
-Creates a new user. Note only administrators can create new users. Either `password` or `reset_password` should be specified (`reset_password` takes priority).
+Creates a new user. Note only administrators can create new users. Either `password` or `reset_password` should be specified (`reset_password` takes priority). If `reset_password` is `false`, then `password` is required.
```
POST /users