Commit 9a3b2834 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'fix-user-creation-doc' into 'master'

Update documentation of user creation by replacing the 'confirm' param with 'skip_confirmation'

Closes #35614

See merge request !13160
parents a5689a1a 04e42107
......@@ -258,7 +258,7 @@ Parameters:
- `location` (optional) - User's location
- `admin` (optional) - User is admin - true or false (default)
- `can_create_group` (optional) - User can create groups - true or false
- `confirm` (optional) - Require confirmation - true (default) or false
- `skip_confirmation` (optional) - Skip confirmation - true or false (default)
- `external` (optional) - Flags the user as external - true or false(default)
- `avatar` (optional) - Image file for user's avatar
......
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