Wiki source code of Access Rights

Version 1.1 by Guillaume Lerouge on 2009/02/24

Show last authors
1
2 1 Access Rights
3
4 This page aims at explaining how access rights work in XWiki. It will help you configure access rights on your wiki so that every user can only see and do what he should be allowed to.
5
6 1.1 An overview of rights
7
8 Here is a lists of all the rights available in XWiki and their default setting.
9
10 * ~~*Right name:* brief description of the right~~
11 ** ~~Availability: where you can set this right~~
12 *** ~~Page: this right can be set at the page level~~
13 *** ~~Space: this right can be set at the space level~~
14 *** ~~Wiki: this right can be set at the wiki level~~
15 ** ~~Default status: whether the right is allowed or denied when the checkbox is left blank~~
16 *** ~~ALLOWED: this means that users CAN perform the given action if no other right is set~~
17 *** ~~DENIED: this means that users CANNOT perform the given action if no other right is set~~
18 * *View:* whether users can see the page
19 ** Availability: this right is available at the page, space and wiki level
20 ** Default status: ALLOWED
21 * *Comment:* whether users can add a comment to the page
22 ** Availability: this right is available at the page, space and wiki level
23 ** Default status: ALLOWED
24 * *Edit:* whether users can edit and save modifications to the page
25 ** Availability: this right is available at the page, space and wiki level
26 ** Default status: ALLOWED
27 * *Delete:* whether users can delete the page
28 ** Availability: this right is available at the page, space and wiki level
29 ** Default status: DENIED
30 * *Admin:* whether users can manage administration settings for the space / wiki
31 ** Availability: this right is available at the space and wiki level
32 ** Default status: DENIED
33 * *Register:* whether users can create new user accounts
34 ** Availability: this right is available at the level
35 ** Default status: ALLOWED
36 * *Program:* whether users can use protected APIs & Groovy code in wiki pages
37 ** Availability: this right is available at the wiki level
38 ** Default status: DENIED

Get Connected