[xwiki-devs] [Proposal] remove captcha.enabled from xwiki.properties and only enable/disable captcha on an application by application basis.
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. WDYT? Caleb
On 03/08/2010 04:38 PM, 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.
+0 -- Sergiu Dumitriu http://purl.org/net/sergiu/
+0 On Mon, Mar 8, 2010 at 16:38, Caleb James DeLisle <[email protected]> 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.
WDYT?
Caleb
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
+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.
WDYT?
Caleb
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
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? 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
-- Guillaume Lerouge Product Manager - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
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
Hi, On Tue, Mar 9, 2010 at 3:30 PM, Caleb James DeLisle < [email protected]> wrote:
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).
Ok. +1 then Guillaume
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
-- Guillaume Lerouge Product Manager - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
participants (5)
-
Caleb James DeLisle -
Guillaume Lerouge -
Marius Dumitru Florea -
Sergiu Dumitriu -
Thomas Mortagne