UmakersInvisibleReCAPTCHA 1.0.0
dotnet add package UmakersInvisibleReCAPTCHA --version 1.0.0
NuGet\Install-Package UmakersInvisibleReCAPTCHA -Version 1.0.0
<PackageReference Include="UmakersInvisibleReCAPTCHA" Version="1.0.0" />
paket add UmakersInvisibleReCAPTCHA --version 1.0.0
#r "nuget: UmakersInvisibleReCAPTCHA, 1.0.0"
// Install UmakersInvisibleReCAPTCHA as a Cake Addin
#addin nuget:?package=UmakersInvisibleReCAPTCHA&version=1.0.0
// Install UmakersInvisibleReCAPTCHA as a Cake Tool
#tool nuget:?package=UmakersInvisibleReCAPTCHA&version=1.0.0
The new Invisible reCAPTCHA field helps protect your Umbraco Forms from bots without having to solve a CAPTCHA. We’re calling it the No CAPTCHA reCAPTCHA experience.
To start using reCAPTCHA, you need to sign up for an API key pair for your site. The key pair consists of a site key and secret key. The site key is used to invoke reCAPTCHA service on your site. The secret key authorizes communication between your application and the reCAPTCHA server to verify the user's response.
For generating needed keys go to https://www.google.com/recaptcha/admin, choose the Invisible reCAPTCHA and then fill in authorized domains or package names. After you accept our terms of service, you can click the Register button to get a new API key pair. Copy keys and paste to /App_Plugins/UmbracoForms/UmbracoForms.config config keys "InvisibleRecaptchaPublicKey" and "InvisibleRecaptchaPrivateKey"
Note: Please make sure that you have installed Umbraco Forms before installing this package.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- UmbracoCMS (>= 7.9.0)
- UmbracoForms (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 2,106 | 10/24/2018 |
This is the first release of the package