Displaying 20 results from an estimated 900 matches similar to: "recaptcha displaying weirdly"
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 false and when
I look at flash[:recaptcha_error] it says
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:
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 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
2006 Jun 16
2
image_select_tag with name and value
What have I missed
I have a .rhtml with the sandard form parameters
<%= image_submit_tag("excel.gif", :alt => "Download List to Excel",
:border => 0, :name => ''render_action'', :value => ''excel'' ) %>
Which genenerates I believe a valid html fragment for a submit button.
<input alt="Download List to Excel"
2009 Dec 02
14
root_path and root_url undefined
Hi all,
I''ve just started working on another RoR project after a couple of months
away. I''m having trouble with named routes, specifically root_*
In previous apps I''ve used root_path and root_url without any problems, but
in this project (2.3.2 - the same as my last project where I used it) it
comes up undefined.
I''ve double and triple checking my routes.rb,
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
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
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
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 Sep 22
1
[PATCH] Rejig configure.ac tests for qemu vmchannel support.
The change to "null vmchannel" didn't get reflected in the configure
script which still checks for vmchannel in qemu.
This patch tidies up this part of the configure script so we don't
fail, provided we have support for user mode networking (which is
required for null vmchannel).
This patch didn't make it into 1.0.71.
Rich.
--
Richard Jones, Emerging Technologies, Red
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
2008 Aug 02
13
are these errors dangerous
Hi everyone,
I''ve been running a zfs fileserver for about a month now (on snv_91) and
it''s all working really well. I''m scrubbing once a week and nothing has
come up as a problem yet.
I''m a little worried as I''ve just noticed these messages in
/var/adm/message and I don''t know if they''re bad or just informational:
Aug 2 14:46:06
2012 Oct 04
1
My Xen package plans/thoughts/ideas for Jessie
Waldi,
There's a few things I'm intending to look at for the Xen packaging in
Jessie, which I thought it might be useful to share with you.
If there's anything on this list you explicitly do not want done please
let me know so I don't waste my time, likewise if there are any which
you intend to work on yourself. Otherwise I shall tackle these as and
when I get a chance and post
2012 Jul 10
2
RGB components of plot() colours
A quick question:
Is there anywhere a listing of the RGB components of the
named colours listed by colors()?
For example, where would I find the RGB for "orange1"
or "salmon"?
When I look at an EPS file from R where I have used
these colours, it seems that for:
"salmon":
0.9804 0.5020 0.4471 rgb
"orange1":
1 0.6471 0 rgb
However, this is a tedious way
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,
>> ??? ??? ??? ??? ???
2004 Dec 31
5
Windows XP machine cannot be accessed
I have a small peer to peer network of 4 machines, WinME, Win2K Pro SP4, Win XP
Pro SP2 and Linux Mandrake 10.1 Samba 3.0.10.1. I am pretty new at Linux but
have been around computers for a very long time.
The Linux installation went smoothly, MDK and KDE3 utilities make it simple for
newbies to get things running, so Samba went together quite easily but I now
have a problem I have been
2011 Sep 11
8
bad seagate drive?
Hi list,
I''ve got a system with 3 WD and 3 seagate drives. Today I got an email
that zpool status indicated one of the seagate drives as REMOVED.
I''ve tried clearing the error but the pool becomes faulted again. Taken
out the offending drive and plugged into a windows box with seatools
install. Unfortunately seatools finds nothing wrong with the drive.
Windows seems to see