Wiki source code of SettingUserRights

Version 2.1 by Guillaume Lerouge on 2009/02/02

Hide last authors
Guillaume Lerouge 1.1 1
2 1 Setting user rights
3
4 XWiki Enterprise lets you set user rights at the wiki, space and page level. This means that you can control exactly which users are allowed to perform which actions (edit, view or comment on a page):
5
6 * Click on the "Administration" link at the top right of your page
7 * Click on the "Rights" button
8
9 1.1 Setting rights for groups
10
11 #info("It's easier to set rights for groups than for every individual user. Thus we recommend [you create user groups>GettingStarted.CreatingNewUsers] prior to starting configuring user rights.")
12
13 XWiki rights work the following way:
14
15 * When all checkboxes are empty, everybody can do everything
16 * Once you give a right to an user or a group, everybody else is disallowed this right if their checkbox is empty
17
18 1.1.1 An overview of rights
19
20 Here is a lists of all the rights available in XWiki Enterprise and their default settings.
21
22 * ~~*Right name:* brief description of that right~~
23 ** ~~Availability: where you can set this right~~
24 ** ~~Default status: whether the right is allowed or denied when the checkbox is left blank - other settings notwithstanding~~
Guillaume Lerouge 2.1 25 * *View:* whether users can see the page
Guillaume Lerouge 1.1 26 ** Availability: this right is available at the page, space and wiki level
27 ** Default status: ALLOWED
Guillaume Lerouge 2.1 28 * *Comment:* whether users can add a comment to the page
Guillaume Lerouge 1.1 29 ** Availability: this right is available at the page, space and wiki level
30 ** Default status: ALLOWED
Guillaume Lerouge 2.1 31 * *Edit:* whether users can edit and save modifications to the page
Guillaume Lerouge 1.1 32 ** Availability: this right is available at the page, space and wiki level
33 ** Default status: ALLOWED
Guillaume Lerouge 2.1 34 * *Delete:* whether users can delete the page
Guillaume Lerouge 1.1 35 ** Availability: this right is available at the page, space and wiki level
36 ** Default status: DENIED
Guillaume Lerouge 2.1 37 * *Admin:* whether users can manage administration settings for the space / wiki
Guillaume Lerouge 1.1 38 ** Availability: this right is available at the space and wiki level
39 ** Default status: DENIED
Guillaume Lerouge 2.1 40 * *Register:* whether users can create new user accounts
Guillaume Lerouge 1.1 41 ** Availability: this right is available at the level
42 ** Default status: ALLOWED
Guillaume Lerouge 2.1 43 * *Programming:* whether users can use protected APIs & Groovy code in wiki pages
Guillaume Lerouge 1.1 44 ** Availability: this right is available at the wiki level
45 ** Default status: DENIED
46

Get Connected