Displaying 19 results from an estimated 19 matches for "recaptcha".
2012 Feb 12
1
Rails devise with recaptcha
I''m trying to use the recaptcha gem with devise 2.0.0 in rails 3.2.1.
Every time I try, I am able to display the captcha and input the 2
words it asks about. But in my controller (using code I found on
github for the recaptcha gem, and after I replaced render_with_context
with just plain render) verify_recaptcha always returns...
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 htt...
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 ar...
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....
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 < ActionControll...
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
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::Bas...
2017 Apr 24
2
[cfe-dev] Phabricator will be down for upgrading
...quot;. 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 again...
>
> I've also turned on reCAPTCHA to enhance authentication and hopefully reduce
> spam (https://bugs.llvm.org/show_bug.cgi?id=32738).
>
> - Eric
>
> On Mon, Apr 24, 2017 at 11:40 AM Eric Liu <ioeric at google.com> wrote:
>>
>> ... for ~30 mins. Sorry for the inconvenience!
>>
>> - Eric...
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>
2016 Mar 06
1
Anyone know whats up with wiki?
...t 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 effort.
- Shao Miller
https://synthetel.org
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
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
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,
>> ??? ??? ??? ??? ???
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
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
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 Oct 14
1
Starting Server gives an error
...rich and flexible approach to injecting dependencies.
net-ssh (1.1.2)
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol.
rails (1.2.3)
Web-application framework with template engine, control-flow layer,
and ORM.
rake (0.8.3, 0.7.3)
Ruby based make-like utility.
recaptcha (0.1.49)
description of gem
rmagick (1.14.1)
RMagick is an interface between the Ruby programming language and
the ImageMagick and GraphicsMagick image processing libraries.
ruby-debug-base (0.10.0)
Fast Ruby debugger - core component
ruby-debug-ide (0.1.10)
IDE interface for...
2016 Feb 26
5
Anyone know whats up with wiki?
> Anyway, Wiki is operational, but Dear List: Please report surprises.
1_ At the bottom-center, of each wiki page, there used to be a:
"This page has been accessed 'N' times."
message, in which 'N' was a number that (I think) comes from setting:
$wgDisableCounters = true;
Additionally, there used to be a "Special:PopularPages" page, available
as an