Displaying 2 results from an estimated 2 matches for "validate_recap".
2010 May 18
0
ruby-recaptcha seems be broken or has significant limitation
...dule ApplicationHelper
include ReCaptcha::ViewHelper
The inclusion of the Recaptcha::ViewHelper works. Meaning this tag:
<%= get_captcha(:options => {:theme => ''clean''}) %>
Renders an image.
However, the controllers are another can of worms:
calls like:
if validate_recap(params, @user.errors) && @user.save
fail with the following message:
NoMethodError (undefined method `validate_recap'' for
#<ActionView::Base:0x734b578>):
Which tells me that the module is not being mixed into application
controller and not then not inherited.
Does anybody...
2008 Mar 14
2
Random image based verification for new user creation
Hi all,
I''m creating an email list managed by my CMS. I''m wondering if people
had any thoughts about securing it?
I''m just concerned that my application server might be overwhelmed by
requests to add to the list by a spider, etc.
Am I being overly concerned or is that a real possibility? I was
thinking of adding an image with a random sequence of numbers or
letters