On Wed, Feb 24, 2010 at 6:05 PM, Adam Warski <a...@warski.org> wrote:
> Hello,
>
>> Can't you just override actionAfterSignup and don't call super if
>> captcha check fails?
>
>
> But that already assumes that signup was successfull and in the end redirects 
> to the homepage instead of going back to the singup form.

Indeed. Missed the redirect.....

You can probably workaround by overriding validate on User and looking
at the S.params to see if you should check for captchas. But agree
that your proposal is cleaner :-)

/Jeppe

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to