Created
May 13, 2026 20:00
-
-
Save dnebing/10eaf6b0ef47c843221f078f4693858d to your computer and use it in GitHub Desktop.
Liferay Service Platform - com.liferay.captcha.configuration.CaptchaConfiguration.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| captchaEngine="com.liferay.captcha.simplecaptcha.SimpleCaptchaImpl" | |
| createAccountCaptchaEnabled=B"true" | |
| maxChallenges=I"-1" | |
| messageBoardsEditCategoryCaptchaEnabled=B"false" | |
| messageBoardsEditMessageCaptchaEnabled=B"false" | |
| reCaptchaNoScriptURL="https://www.google.com/recaptcha/api/fallback?k\=" | |
| reCaptchaPrivateKey="" | |
| reCaptchaPublicKey="" | |
| reCaptchaScriptURL="https://www.google.com/recaptcha/api.js" | |
| reCaptchaVerifyURL="https://www.google.com/recaptcha/api/siteverify" | |
| sendPasswordCaptchaEnabled=B"true" | |
| simpleCaptchaBackgroundProducers=[ \ | |
| "nl.captcha.backgrounds.FlatColorBackgroundProducer", \ | |
| "nl.captcha.backgrounds.GradiatedBackgroundProducer", \ | |
| "nl.captcha.backgrounds.SquigglesBackgroundProducer", \ | |
| "nl.captcha.backgrounds.TransparentBackgroundProducer", \ | |
| ] | |
| simpleCaptchaGimpyRenderers=[ \ | |
| "com.liferay.captcha.simplecaptcha.gimpy.BlockGimpyRenderer", \ | |
| "com.liferay.captcha.simplecaptcha.gimpy.DropShadowGimpyRenderer", \ | |
| "nl.captcha.gimpy.FishEyeGimpyRenderer", \ | |
| "com.liferay.captcha.simplecaptcha.gimpy.RippleGimpyRenderer", \ | |
| "nl.captcha.gimpy.ShearGimpyRenderer", \ | |
| ] | |
| simpleCaptchaHeight=I"50" | |
| simpleCaptchaNoiseProducers=[ \ | |
| "nl.captcha.noise.CurvedLineNoiseProducer", \ | |
| "nl.captcha.noise.StraightLineNoiseProducer", \ | |
| ] | |
| simpleCaptchaTextProducers=[ \ | |
| "com.liferay.captcha.simplecaptcha.PinNumberTextProducer", \ | |
| "nl.captcha.text.producer.DefaultTextProducer", \ | |
| "nl.captcha.text.producer.FiveLetterFirstNameTextProducer", \ | |
| ] | |
| simpleCaptchaWidth=I"150" | |
| simpleCaptchaWordRenderers=[ \ | |
| "nl.captcha.text.renderer.DefaultWordRenderer", \ | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment