Changes for page Configuration

Last modified by Vincent Massol on 2024/10/25

From version 59.2
edited by Sorin Burjan
on 2010/06/23
Change comment: changed picture
To version 60.1
edited by Sorin Burjan
on 2010/06/23
Change comment: Moved XWiki Configuration to Drafts/Access Rights

Summary

Details

Page properties
Content
... ... @@ -51,49 +51,8 @@
51 51  
52 52  [[More information about date formatting>>http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html]].
53 53  
54 -= Wiki Access Configuration =
55 55  
56 -The first thing you will want to do is configure a policy access for your wiki. Depending on what you intend to use your wiki for, you have several options:
57 57  
58 -* [[Open Wiki>>#HOpenWiki]]: anyone can edit pages (including non registered users)
59 -* [[Public Wiki>>#HPublicWiki]]: only registered users can edit pages but registration is open to anyone. This is the default configuration of the default wiki (the wiki provided as a XAR on the [[download page>>xwiki:Main.Download]]).
60 -* [[Private Wiki with password>>#HPrivateWikiwithpassword]]: registration is closed
61 -* [[Private Wiki with token for registering>>#HPrivateWikiwithtoken]]: registration is closed but users knowing the token can register
62 -
63 -== Open Wiki ==
64 -
65 -TODO
66 -
67 -== Public Wiki ==
68 -
69 -Nothing to do. This is the default Way. If you want that only people with a verified Email Address can edit pages, you have to set "Use email verification" AND "Check Active fields for user authentication" to "Yes" in Administration/Registration.
70 -
71 -=== Requiring guests to fill out a captcha in order to comment (Since: [[Enterprise 2.3M1>>xwiki:Main.ReleaseNotesXWikiEnterprise23M1]]) ===
72 -It is nice to allow guests to comment on a page, often the most helpful people are unwilling to go to the bother of registration and it creates a more open atmosphere. Unfortunately comments can contain links which can be used as a vector for search engine spam. To keep your site open while preventing automated commenting, you can require guests to fill out a captcha before commenting. The captcha will not be displayed or even loaded until they click on the comment window to type their message so you need not worry about guests' idle surfing causing the [[captcha module>>code:Modules.CaptchaModule]] to use too much of your server's CPU power.
73 -
74 -You can require guests to fill out a captcha for posting comments on a wiki or space level. You can require it on the wiki level but remove that requirement for a single space, or you can require it only for one or more spaces but not the entire wiki.
75 -To turn on comment captcha requirement, go to wiki or space administration, click on the "Rights" section and notice the checkbox toward the bottom labeled "Require unregistered users to solve a captcha when posting a comment on a page". Check that box and guests will be required to solve a captcha to comment.
76 -**Note:** This setting does not allow guests to comment, it only denies them permission to comment without a captcha on pages where they already had it. To allow commenting, you will have to check the normal "allow comment" checkbox for unregistered users.
77 -
78 -Result:
79 -[[image:CommentCaptcha.png||style="border:1px solid black;"]]
80 -
81 -== Private Wiki with password ==
82 -
83 -=== Global rights ===
84 -
85 -In [[Global rights>>http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globalrights&global=1]] set **User:XWikiGuest, Groups:, Level:register, Allow-Deny:Allow**.
86 -
87 -=== Registration ===
88 -
89 -In [[Preferences>>http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences]] under **Registration** set **Use email verification:yes**. fill the other fields appropriately.
90 -
91 -== Private Wiki with token ==
92 -
93 -TODO
94 -
95 -* **[[Find out more about XWiki access rights here>>Access Rights]]**
96 -
97 97  = Enabling/Disabling Statistics =
98 98  
99 99  To disable [[the Statistics feature>>code:Applications.StatisticsApplication]], edit your //xwiki.cfg// file and replace the following properties as shown here:

Get Connected