Guillaume Lerouge wrote: > Hi, > > On Tue, Mar 9, 2010 at 8:31 AM, Marius Dumitru Florea < > [email protected]> wrote: > >> +0 >> >> Caleb James DeLisle wrote: >>> I originally added captcha.enabled to xwiki.properties when there was no >> configuration for the registration >>> page and I felt there should be settings on both administration and >> config file levels but in retrospect I >>> think the decision reflected my lack of knowledge about the configuration >> system. >>> I'd like to remove captcha.enabled, it will make no change to the default >> behavior because the captcha is >>> disabled by default in each of it's current uses. > > How would one set the captcha system up for comments since to my knowledge > comments are not a separate application?
If you download the 2.3 trunk and install it you will find under Administration->Rights there is a new checkbox for requiring guests to solve a captcha when they comment. Since comment functionality is not an application I added it as a property to XWikiPreferences. If somebody is upgrading an older wiki and saves out the XWikiPreferences document, they will have to add a boolean property called "guest_comment_requires_captcha" to XWikiPreferences class in order to get the functionality (it is turned off by default). Caleb > > Guillaume > > >>> WDYT? >>> >>> >>> Caleb >>> >>> _______________________________________________ >>> devs mailing list >>> [email protected] >>> http://lists.xwiki.org/mailman/listinfo/devs >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs >> > > > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

