similar to: Rails devise with recaptcha

Displaying 20 results from an estimated 400 matches similar to: "Rails devise with recaptcha"

2012 Nov 02
4
How to test recaptcha in localhost?
Hi all, I follow All the steps for recaptcha , but i am confused how to test on my local host. Because when we register in google recaptcha it ask for domain URL, i stuck here. Q What should i enter in domain url ? Hope that you all understand the problem. Thanks Regards Fahim Babar Patel -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2011 Mar 29
2
recaptcha displaying weirdly
Hi List, I''ve followed and read several guides for getting recaptcha working with a site but I keep coming across this problem. The recaptcha images look...weird: This image is taken with the "white" theme, however the sandard one is exactly as weird. I can''t work out what is causing this: http://www.mattharrison.org/images/recaptcha-weird-look.JPG Any tips
2009 May 13
0
Recaptcha plugin problem
Hi all, I am using radiant CMS and I am trying to create custom extension and add recaptcha validation to it but when I call if not verify_recaptcha(:private_key => ''aaaaaaaaaaa'') #add error end I get: undefined method `verify_recaptcha'' for #<Comment:0x4f4c460> Bellow is the full code for my model class class Comment < ActiveRecord::Base
2008 Oct 01
10
Recaptcha (or other captchas)
Does anyone have any suggestions for a best practice implementation of Recaptcha (or other captchas - if you recommend going another route, I''m all ears)? I''ve found the recaptcha gem and a plugin but I don''t know which is the best implementation, and I haven''t found a thorough tutorial plus example code for either. Thanks -- Posted via
2010 May 18
0
ruby-recaptcha seems be broken or has significant limitation
I''ve installed the ruby-recaptcha gem as instructed here: http://bitbucket.org/mml/ruby-recaptcha/wiki/Home Here are the steps that I''ve comleted: 1. installed the gem 2. added config.gem ''ruby-recaptcha'' environment.rb: 4. modified action_controller.rb class ApplicationController < ActionController::Base include ReCaptcha::AppHelper 5. modified
2009 Dec 07
3
captcha
Hi all, I want to implement a captcha on my register page to help weed out any ''non-human'' visitors. I was told to check out http://expressica.com/simple_captcha/ but the site isnt responding. Does anyone have any other reccomendations that are tried and tested & successful? Many Thanks -- You received this message because you are subscribed to the Google Groups
2020 Mar 22
1
How to subscribe?
The web page https://lists.xapian.org/mailman/subscribe/xapian-discuss returns: reCAPTCHA validation failed: missing-input-respons Thanks -- Alessio Cecchi Postmaster @ http://www.qboxmail.it https://www.linkedin.com/in/alessice
2017 Apr 24
2
[cfe-dev] Phabricator will be down for upgrading
Sorry for the off topic. When I login my Phabricator account, I see there is alarm saying "Account Setup Issue: Primary Email Unverified". I cannot see where to ask Phabricator send verification mail to my primary email address. Could you help me out? :-) Thanks. Regards, chenwj 2017-04-24 18:35 GMT+08:00 Eric Liu via cfe-dev <cfe-dev at lists.llvm.org>: > It's working
2016 Mar 06
1
Anyone know whats up with wiki?
On 2/26/2016 08:50, Geert Stappers via Syslinux wrote: > If I Recall Correct: On the left side menu was a link to 'contact' page. It seems to still be there. > And something else: How was the removal of wiki spam subscribers done? There has been removal that I'm aware of, yet. I think anyone can subscribe, but injection of spam or other garbage now requires Google reCAPTCHA
2007 Jun 12
1
Captcha, account verification in RoR
I am creating a Ruby on Rails site and am curious about the best way to stop spam on the site. For account creation there is: a) Captcha b) email verification For messages, forums I am sure you could try to check the message for any weird characters or typical spam phrases. I saw in the other post there is the hivelogic email enkoder for hiding email addresses for protecting email addresses. I
2011 Sep 09
9
Captcha conception
Hi guys, the next problem: I create a controller, (/controllers/rmagick_controller.rb), which have aim to test an captcha Actions: def download # creates an captcha image def show # show the page where image took place def check # must check right captcha or wrong views/rmagick/show.html.erb: > <div id="captcha"> > <p><%= image_tag download_rmagick_path
2018 Apr 19
2
R Bug: write.table for matrix of more than 2, 147, 483, 648 elements
Le 19/04/2018 ? 12:15, Tomas Kalibera a ?crit?: > On 04/19/2018 11:47 AM, Serguei Sokol wrote: >> >> replace >> ??? tmp = EncodeElement2(x, i + j*nr, quote_col[j], qmethod, >> ??? ??? ??? ??? ??? &strBuf, sdec); >> by >> ??? tmp = EncodeElement2(VECTOR_ELT(x, (R_xlen_t)i + j*nr), 0, >> quote_col[j], qmethod, >> ??? ??? ??? ??? ???
2017 Apr 24
2
Phabricator will be down for upgrading
... for ~30 mins. Sorry for the inconvenience! - Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170424/c270de68/attachment.html>
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
2010 Sep 10
2
Simple_captcha issue
I have a weird issue .I am using simple captcha in forms in my rails applications. If I am using one captcha in a web page I don''t have any problem. But I have a scenario of using three(3) forms in one page in which all the three forms will have the captcha . So that when I refresh the page the captcha data of the three forms are equal. When we come to database
2008 Jan 28
2
Could this controller test be made simpler?
In a create controller method I am testing the else clause that occurs when the model is unable to be saved. Sounds simple enough, but because model is created before the save and the form has to be re-filled I now have to stub a model and all the attributes. Since the error messages are displayed I also have to stub some methods within the model that allow the error messages to be displayed
2009 Dec 24
12
no such file to load -- ferret
Hi there, I''m just trying to deploy my app to my vhost, and i''m getting an error on the phusion passenger page: no such file to load -- ferret now everything worked fine in development. DO i need to reinstall the plugin and gem again? if so - would these be in domain.com/public? or should it be installed at domain.com? ANy advice would be great! THank you. -- You received
2008 Oct 14
1
Starting Server gives an error
Hi, I had created a new environment and tried to start the webrick server for that environment but it is giving an error:- E:/demo/vendor/rails/railties/lib/commands/servers/ webrick.rb:11: warning: already initialized constant OPTIONS E:/demo/vendor/rails/activesupport/lib/active_suppo rt/dependencies.rb:249:in `load_missing_constant'': Expected E:/Demo
2010 Nov 12
1
Devise after_sign_up_path_for - how to?
Hi, I''m new to devise and I''m having a problem overwriting a controller. After sign-up I want the user to go to a static page. In the controllers folder I have created users/registrations_controller.rb class Users::RegistrationsController < Devise::RegistrationsController def after_sign_up_path_for(resource) puts "If I coould see this..."
2013 Mar 09
1
Rails- Devise- confirmable- confirmation email not received
In an application I use devise authentication. I added confirmable.During sign up, message is that email has been sent. But email is not received in my gmail account. How can I solve this problem. Do I need to add other options as we do with actionmailer such as gmail port address, or sendmail such things. Please help. -- You received this message because you are subscribed to the Google