Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: user needs to be project member to become project admin (DEV-1383) #241

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/dsp-tools-create.md
Expand Up @@ -502,7 +502,8 @@ This object contains user definitions. A user has the following elements:
- _projects_ (optional): List of projects the user belongs to. The project name has to be followed by a `:` and either
`member` or `admin`. This indicates if the new user has admin rights in the given project or is an ordinary
user. `myproject:admin` would add the user as admin to the project `myproject`. The project defined in the same
ontology file can be omitted, so only `:admin` or `:member` is enough.
ontology file can be omitted, so only `:admin` or `:member` is enough. Note that in order to give a user `:admin` rights,
he also needs to be a `:member` of the project.
- If _projects_ is omitted, the user won't be part in any project.
- _status_ (optional): true (default) if the user is active, false if the user is deleted/inactive

Expand Down