changeset 4439:6ae1c7b9c58b

mod_register_web: Update reCAPTCHA URL
author Michel Le Bihan <michel@lebihan.pl>
date Mon, 15 Feb 2021 20:23:28 +0100
parents 2bb11055e4bb
children 95262bd1bcb2
files mod_register_web/README.markdown
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_register_web/README.markdown	Wed Feb 10 16:14:18 2021 +0100
+++ b/mod_register_web/README.markdown	Mon Feb 15 20:23:28 2021 +0100
@@ -15,7 +15,7 @@
 -------
 
 mod\_register\_web has Prosody serve a web page where users can sign up
-for an account. It implements reCaptcha to prevent automated sign-ups
+for an account. It implements reCAPTCHA to prevent automated sign-ups
 (from bots, etc.).
 
 Configuration
@@ -32,8 +32,8 @@
           recaptcha_public_key = "78901";
         }
 
-The keys for reCaptcha are available in your reCaptcha account, visit
-[recaptcha.net](http://recaptcha.net/) for more info.
+The keys for reCAPTCHA are available in your reCAPTCHA account, visit
+[reCAPTCHA](https://developers.google.com/recaptcha/) for more info.
 
 If no reCaptcha options are set, a simple built in captcha is used.