Re: User registration fails (when using recaptcha)

2022-03-21 Thread webmas...@gmail.com
Thank would be really nice. Since I think recaptcha is important to support. Hopefully this can be part of 4.0.7 as well. Regards, Melroy vd Berg Op woensdag 9 maart 2022 om 00:50:31 UTC+1 schreef Christian Hammond: > Hi, > > Yeah, probably a string encoding issue. We're looking

Re: User registration fails (when using recaptcha)

2022-03-08 Thread Christian Hammond
response = get_response(request) >> >> File "/venv/lib/python3.8/site-packages/django/core/handlers/base.py" >> in _legacy_get_response >> 249. response = self._get_response(request) >> >> File "/venv/lib/python3.8/s

Re: User registration fails (when using recaptcha)

2022-03-04 Thread webmas...@gmail.com
7. response = > self.process_exception_by_middleware(e, request) > > File "/venv/lib/python3.8/site-packages/django/core/handlers/base.py" > in _get_response > 185. response = wrapped_callback(request, > *callback_args, **callback_

User registration fails (when using recaptcha)

2022-02-26 Thread webmas...@gmail.com
response = view_func(request, *args, **kwargs) File "/venv/lib/python3.8/site-packages/reviewboard/accounts/views.py" in account_register 208. response = register(request, next_page=reverse(next_url), File "/venv/lib/python3.8/site-packag

Re: Building without reCAPTCHA support

2010-03-09 Thread Stephen Gallagher
There's not much we can do on our side without complicating things. > The goal is to make installation as simple as possible for most users, > and introducing the requirement to manually install dependencies like > this goes against that. So we're going to continue bundling reC

Re: Building without reCAPTCHA support

2010-03-09 Thread Christian Hammond
is to make installation as simple as possible for most users, and introducing the requirement to manually install dependencies like this goes against that. So we're going to continue bundling reCAPTCHA, for the time-being. I'd really like down the road to be able to auto-install these

Building without reCAPTCHA support

2010-03-09 Thread Stephen Gallagher
Is it possible to build ReviewBoard 1.5beta1 without support for reCAPTCHA? For example, we're using a custom auth mechanism, so we won't be using the internal auto-registration at all. Rather than carry an extra, unused dependency on reCAPTCHA, can it just be built without it? -- Wa

Re: reCaptcha...

2009-01-10 Thread David Trowbridge
I don't think anyone is using reCaptcha, but we also aren't a popular enough system to have had to deal with automated spambots. It's possible that at some time in the future we'll need to add captcha support. -David 2009/1/10 DeeJay1 : > > Hello. > > I've j

reCaptcha...

2009-01-10 Thread DeeJay1
Hello. I've just installed review board after many failed attempts. (I had to switch to mysql as postgresql bailed out on "SET TIME ZONE US/ Pacific") and before my service goeas really live I would like to know if anyone is using reCaptcha for the initial signon process? Reg