Sponsored Content
The Lounge What is on Your Mind? New Registration Modal for UNIX.COM Post 303028853 by Neo on Wednesday 16th of January 2019 07:27:46 AM
Old 01-16-2019
Note:

Would love to get rid of that Google reCaptcha, but if I do, the spammer flood gate will open up.

I may test and move to Invisible reCaptcha:

Invisible reCAPTCHA | reCAPTCHA | Google Developers

This will make the registration process look better and we can record the Google reCaptcha risk score on the server side for each registration in the database and use that for a new "badge" .. :wink: :wink:
 

6 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Please remove my registration and last post from Unix Forums

Hi I obviously shouldn't have registered with this website for help, please can you remove my registration and last post. It has now been sorted elsewhere. Thanks (0 Replies)
Discussion started by: skylark167
0 Replies

2. Post Here to Contact Site Administrators and Moderators

How to delete registration please?

How do I delete my registration please? (1 Reply)
Discussion started by: amaitland
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Need help with forum registration

i can not register, please help me (1 Reply)
Discussion started by: friender@mail
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Problem with registration

When I'm trying to register it says that my e-mail adress )is banned by administrator. Why? Thanks PS The same problem occurs with other 2 adresses I have (1 Reply)
Discussion started by: Mihail
1 Replies

5. Forum Support Area for Unregistered Users & Account Problems

Registration request.

Hi, i got several questions regarding Solaris 10 configuration which i would like to ask here. Unfortunately Russia is blacklisted so I cannot register the normal way. My IP is: 5.19.nnn.nnn email: <removed> Thank you. (5 Replies)
Discussion started by: nongrato
5 Replies

6. Shell Programming and Scripting

Character first registration

friends I have the following code that works perfect while read linea do largo=${#linea} echo "largo es///////////: $largo " if then echo "Longitud De Registro Invalida" echo " $linea > ERROR DE LONGITUD" >> ... (2 Replies)
Discussion started by: tricampeon81
2 Replies
HTML::FormFu::Element::reCAPTCHA(3pm)			User Contributed Perl Documentation		     HTML::FormFu::Element::reCAPTCHA(3pm)

NAME
HTML::FormFu::Element::reCAPTCHA - "Are you human" tester! SYNOPSIS
--- elements: - type: reCAPTCHA name: recaptcha public_key: $recaptcha_net_public_key private_key: $recaptcha_net_private_key DESCRIPTION
A wrapper around Captcha::reCAPTCHA. The reCAPTCHA fields aren't added to the form as "real" FormFu fields - so the values are never available via params, etc. You can check that the reCAPTCHA verified correctly, by the usual methods: "submitted_and_valid" in HTML::FormFu or "has_errors" in HTML::FormFu This element automatically adds HTML::FormFu::Constraint::reCAPTCHA to itself - you should never add it yourself. Although this is a subclass of HTML::FormFu::Element::Multi, you should not call "element()" or "elements()" to try to add other fields - consider the reCAPTCHA element a black box. METHODS
name Required. Although not visibly used for anything, you must give this field a name for the reCAPTCHA constraint to work correctly. public_key Arguments: $public_key Required. Obtained from <http://recaptcha.net>. private_key Arguments: $private_key Required. Obtained from <http://recaptcha.net>. ssl Default Value: 'auto'. Valid Values: '1', '0' or 'auto' Whether to load the recaptcha.net files via "http" or "https". If set to "auto", it will use "https" urls if the current page is running under ssl, otherwise it will use "http" urls. recaptcha_options Arguments: \%options See the recaptcha.net API for details of valid options. recaptcha_options: lang: de theme: white constraint_args Arguments: \%constraint_args Options that will be passed to the HTML::FormFu::Constraint::reCAPTCHA that is automatically added for you. --- elements: - type: reCAPTCHA name: recaptcha constraint_args: message: 'custom error message' SEE ALSO
Is a sub-class of, and inherits methods from HTML::FormFu::Element::_Field, HTML::FormFu::Element::Multi, HTML::FormFu::Element::Block, HTML::FormFu::Element HTML::FormFu AUTHOR
Carl Franks, "cfranks@cpan.org" LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-01-23 HTML::FormFu::Element::reCAPTCHA(3pm)
All times are GMT -4. The time now is 11:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy