Commit d426a53c authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-fix-users-md-typo' into 'master'

Fix missing ` in users.md

See merge request gitlab-org/gitlab-ce!20817
parents 0cdaf2cc 12a7fb99
...@@ -291,7 +291,7 @@ Parameters: ...@@ -291,7 +291,7 @@ Parameters:
- `skip_confirmation` (optional) - Skip confirmation - true or false (default) - `skip_confirmation` (optional) - Skip confirmation - true or false (default)
- `external` (optional) - Flags the user as external - true or false(default) - `external` (optional) - Flags the user as external - true or false(default)
- `avatar` (optional) - Image file for user's avatar - `avatar` (optional) - Image file for user's avatar
- `private_profile (optional) - User's profile is private - true or false - `private_profile` (optional) - User's profile is private - true or false
## User modification ## User modification
...@@ -322,7 +322,7 @@ Parameters: ...@@ -322,7 +322,7 @@ Parameters:
- `skip_reconfirmation` (optional) - Skip reconfirmation - true or false (default) - `skip_reconfirmation` (optional) - Skip reconfirmation - true or false (default)
- `external` (optional) - Flags the user as external - true or false(default) - `external` (optional) - Flags the user as external - true or false(default)
- `avatar` (optional) - Image file for user's avatar - `avatar` (optional) - Image file for user's avatar
- `private_profile (optional) - User's profile is private - true or false - `private_profile` (optional) - User's profile is private - true or false
On password update, user will be forced to change it upon next login. On password update, user will be forced to change it upon next login.
Note, at the moment this method does only return a `404` error, Note, at the moment this method does only return a `404` error,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment