Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Caleb_James_DeLisle1 +XWiki.ThomasMortagne - Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 First milestone of the XWiki Enterprise 2.3 version ([[Roadmap>>enterprise:Main.Roadmap]]). 6 6 7 -The highlights of this release are: new annotation feature, new colibri color theme editor, a bility to require CAPTCHA completionfor anonymoustocommentonapage.7 +The highlights of this release are: new annotation feature, new colibri color theme editor, anonymous commenting with captcha. 8 8 9 9 = New and Noteworthy (since XWiki Enterprise 2.2.3) = 10 10 ... ... @@ -59,9 +59,12 @@ 59 59 60 60 Read more about Color Themes on the dedicated [[application page>>code:Applications.ColorThemeApplication]]. 61 61 62 -== CAPTCHA support for anonymous comments==62 +== Anonymous commenting with Captcha == 63 63 64 -{{warning}}TODO{{/warning}} 64 +Now thanks to the [[captcha module>>code:Modules.CaptchaModule]] you can require unregistered users to solve a captcha in order to post comments. To require guests to solve a captcha simply go to the "Rights" section of the [[Administration Application>>code:Applications.AdministrationApplication]] for the wiki or just the space, and check the box saying "Require unregistered users to solve a captcha when posting a comment on a page". **Note** This box does not give guests permission to comment, it only adds a requirement for commenting if they already have permission. 65 +[[This feature is documented here.>>platform:AdminGuide.Configuration]] 66 +Sample: 67 +image:CommentCaptcha.png 65 65 66 66 == Translations == 67 67 ... ... @@ -73,6 +73,10 @@ 73 73 74 74 * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] 75 75 79 +{{error}} 80 +There is a regression in this version: empty paragraph or paragraph containing only a macro is not parser properly. See http://jira.xwiki.org/jira/browse/XWIKI-5046 for more details. 81 +{{/error}} 82 + 76 76 = Backward Compatibility and Migration Notes = 77 77 78 78 == General Notes ==