trac-hacks / trac-recaptcharegister

Trac's RecaptchaRegisterPlugin fork with some improvements/fixes.

Home Page:http://trac-hacks.org/wiki/RecaptchaRegisterPlugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration is not working with recent account manager

samm-git opened this issue · comments

I am using trac 1.2 and found that configuration is not shown. As quick workaround i replaced line xpath_match = '//form[@id="accountsconfig"]/fieldset[1]' with xpath_match = '//form[@id="cfg_wiz"]/fieldset[1]', however, correct solution probably should be a separate menu item.

Does the plugin work for you? It seems to be developed for reCAPTCHA rather than reCAPTCHA2, and as far as I know reCAPTCHA is no longer supported.

If it works for you could you please provide configuration instructions?

@rjollos plugin works for me if install from git, latest commits adding recaptcha2 support. I can provide instructions a bit later, but you can take a look on the smartmontools.org for example.