summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-07-19 09:53:20 +0000
committerMike Lewis <mlewis@gitlab.com>2019-07-19 09:53:20 +0000
commitfaf84e150e67402c0db7864c597f971c9cb1bacd (patch)
treecb886d22131ee21476ea50510c3e1d0143070f30
parent7c9be728f62305cc00816060324d8a480c2ca839 (diff)
parent1bc5a3e4bdb2198c10fcc292b787c12bb479c6fa (diff)
downloadgitlab-ce-faf84e150e67402c0db7864c597f971c9cb1bacd.tar.gz
Merge branch '64613-add-note-about-private-profile-in-docs' into 'master'
Add a note about private_profile changes in 12.1 Closes #64613 See merge request gitlab-org/gitlab-ce!30772
-rw-r--r--doc/api/users.md3
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
```