[Cubicweb] captcha
Vincent Michel
vincent.michel at logilab.fr
Mon Sep 30 09:19:16 CEST 2013
On 25/09/2013 13:59, Dimitri Papadopoulos Orfanos wrote:
> Hi,
>
> I have added cubicweb-registration to <application>/__pkginfo__.py as
> an additional dependency:
>
> __depends__ = {'cubicweb': '>= 3.16.1',
> 'cubicweb-brainomics': None,
> 'cubicweb-registration': None,
>
> This adds an additional configuration option:
>
> [REGISTRATION]
>
> # seed used to cypher registration data in confirmation email link
> registration-cypher-seed=this is my dummy registration cypher seed
>
>
> When running the application, I cannot find a registration link
> anywhere - typically next to "login". What am I missing?
>
> Le 25/09/2013 09:34, Florent Cayré a écrit :
>> Le 25/09/2013 09:07, Dimitri Papadopoulos Orfanos a écrit :
>>> Hello,
>>>
>>> There is a captcha feature based on PIL in CubicWeb. How to use it to
>>> enable users to self-register?
>>>
>> Hello Dimitri,
>>
>> you probably want to use the cubicweb-registration cube
>> (http://www.cubicweb.org/project/cubicweb-registration).
>>
>> Regards,
>
Hi Dimitri,
In a past version of Brainomics, the login link has been removed.
Recently, we have moved all this logic in the "nologin" cube. You could
try in a cw-shell:
remove_cube("nologin")
And restart your application.
Cheers,
Vincent
More information about the Cubicweb
mailing list