Uploaded image for project: 'PUBLIC - Liferay Portal Enterprise Edition'
  1. PUBLIC - Liferay Portal Enterprise Edition
  2. LPE-1578

Added option to use reCAPTCHA for captcha checks

Details

    Description

      reCAPTCHA can now be used instead of Liferay's default captcha. To configure Liferay to use reCAPTCHA, set the following in portal(-ext).properties:

      captcha.engine.impl=com.liferay.portal.captcha.recaptcha.ReCaptchaImpl

      You will also need to obtain a private and public key from reCAPTCHA and set the following properties:

      captcha.engine.recaptcha.key.private
      captcha.engine.recaptcha.key.public

      UPGRADE NOTE:

      As part of this improvement, captcha(-ext).properties is no longer used and the properties within this file has been moved into portal(-ext).properties.

      The following is a list of the properties in captcha(-ext).properties followed by it's corresponding property in portal(-ext).properties.

      cap.image.height - captcha.engine.simplecaptcha.height
      cap.image.width - captcha.engine.simplecaptcha.width
      cap.text.produce - captcha.engine.simplecaptcha.text.producers

      Attachments

        Issue Links

          Activity

            People

              kristoffer.onias Kristoffer Onias
              brian.chan Brian Chan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP5 (5.1.8)
                  5.2 EE SP3 (5.2.7)