reCAPTCHA
Protect your website from spam and abuse while letting real people pass through with ease.
Screenshots
This library will let you add the popular reCAPTCHA service to your Enonic XP app.
Releases
2.0.0
- Upgraded to XP7
- Switched to lib-http-client
Compatibility:
- 7.0.0
1.1.1
- Fixed text input bug (for 6.8)
Compatibility:
- 6.2.1
1.1.0
- Renamed recaptcha.js to index.js for shorter require reference
- Added configuration mixin
Compatibility:
- 6.1.0
1.0.1
- Changed retrieval of sitekey and secretkey
- Added Gradle build dependency in README
Compatibility:
- 6.0.0
1.0.0
- Initial release
Compatibility:
- 6.0.0
Download reCAPTCHA
This version requires XP
An XP library is normally included in your application through the Gradle build script like this:
dependencies {
include 'com.enonic.lib:lib-recaptcha:2.0.0'
}