On Fri, May 8, 2015 at 8:34 PM, Dustin Lennon <[email protected]> wrote:
> > > On Friday, April 24, 2015 at 2:32:21 AM UTC-4, RjOllos wrote: >> >> >> >> On Thursday, April 23, 2015 at 11:27:59 PM UTC-7, RjOllos wrote: >>> >>> >>> >>> On Wednesday, April 15, 2015 at 11:10:38 PM UTC-7, Dustin Lennon wrote: >>>> >>>> After setting this up I went to my Trac site's registration page at >>>> http://trac.stormbot.org/registration to see if I could see one of my >>>> Captcha settings in place and nothing appears. I have "Enable captcha >>>> usage" checked. The captcha types I have to choose from are >>>> ExpressionCaptcha, AreYouAHumanCaptcha, ImageCaptcha, KeycaptchaCaptcha, >>>> MollomCaptcha, RandomCaptcha, and RecaptchaCaptcha. It doesn't matter which >>>> of those I choose, none of them show up on the registration page. Where am >>>> I going wrong in my setup? >>>> >>> >>> My understanding is that the captcha is only displayed to the user when >>> the submission is detected to be spam. This is documented here: >>> http://trac.edgewall.org/wiki/SpamFilter#Captcha >>> >> >> Also, ImageCaptcha requires PIL or Pillow library, but the dependency >> isn't specified in the setup script. I'll open a ticket for that if I can >> provide a patch. >> > > Sorry for the delay in reading this. Thank you for that information. So > how did you go about implementing the Parole text box where the user has to > input some specified text on Trac-Hacks? > As far as I know you just need to set the option [account-manager] register_basic_token. https://trac-hacks.org/browser/accountmanagerplugin/tags/acct_mgr-0.4.4/acct_mgr/register.py?marks=159-160#L153 The (hopefully) soon-to-be-release AccountManager 0.5 has additional functionality. You can specify the question in addition to the token: https://trac-hacks.org/browser/accountmanagerplugin/trunk/acct_mgr/register.py?revision=14275&marks=173-180#L165 - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
