Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-17060

Use Google reCAPTCHA globally

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • Authentication, Login
    • None

    Description

      phpBB uses Google reCAPTCHA as one of the authentication means, but the default Google reCAPTCHA domain name www.google.com is not available in some regions, such as Chinese mainland.

       

      To solve this problem, Google offers an alternative solution: https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally

       

      Yes, please use "www.recaptcha.net" in your code in circumstances when "www.google.com" is not accessible.
       
      First, replace <script src="https://www.google.com/recaptcha/api.js" async defer></script> with <script src="https://www.recaptcha.net/recaptcha/api.js" async defer></script>
       
      After that, apply the same to everywhere else that uses "www.google.com/recaptcha/" on your site.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              wordlesswind wordlesswind [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: