diff options
author | Adam Hegyi <ahegyi@gitlab.com> | 2019-07-19 09:53:19 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-07-19 09:53:19 +0000 |
commit | 1bc5a3e4bdb2198c10fcc292b787c12bb479c6fa (patch) | |
tree | cb886d22131ee21476ea50510c3e1d0143070f30 /doc/api | |
parent | 7c9be728f62305cc00816060324d8a480c2ca839 (diff) | |
download | gitlab-ce-1bc5a3e4bdb2198c10fcc292b787c12bb479c6fa.tar.gz |
Add a note about private_profile changes in 12.1
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/users.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index fdc84826680..b41fd106fc5 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -349,6 +349,9 @@ Note that `force_random_password` and `reset_password` take priority over `password`. In addition, `reset_password` and `force_random_password` can be used together. +NOTE: **Note:** +From [GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29888/), `private_profile` will default to `false`. + ``` POST /users ``` |