Recommendations for a captcha on Ruby on Rails -
I want to implement a captcha in the Rail project to submit a form, but I'm not sure what to go Should together I am tilting towards the simplicity of implementation, and the credibility of being in use, when it is very sophisticated, because the level of security in my application is not very high.
Anyone have any recommendations?
The easiest way to add captcha to your rail application is to use Ambatta Recaptcha Is doing:
1 installation:
config.gem "ambethia-recaptcha" ,: lib = & gt; "Recaptcha / Rail" ,: Source = & gt; "Http://gems.github.com"
You can also install it as a plugin, if you wish.
Get 2 reCAPTCHA account:
You have to make a reCAPTCHA key you can do it on it.
3 Uses:
Use recaptcha_tags
to output the required HTML code and then verify_recaptcha < Confirm the input with / code>
4. Read more:
Comments
Post a Comment