Mercurial > prosody-modules
comparison mod_register_web/README.markdown @ 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 | 8d1634b71066 |
children | b45c23ce24ba |
comparison
equal
deleted
inserted
replaced
4438:2bb11055e4bb | 4439:6ae1c7b9c58b |
---|---|
13 | 13 |
14 Details | 14 Details |
15 ------- | 15 ------- |
16 | 16 |
17 mod\_register\_web has Prosody serve a web page where users can sign up | 17 mod\_register\_web has Prosody serve a web page where users can sign up |
18 for an account. It implements reCaptcha to prevent automated sign-ups | 18 for an account. It implements reCAPTCHA to prevent automated sign-ups |
19 (from bots, etc.). | 19 (from bots, etc.). |
20 | 20 |
21 Configuration | 21 Configuration |
22 ------------- | 22 ------------- |
23 | 23 |
30 captcha_options = { | 30 captcha_options = { |
31 recaptcha_private_key = "12345"; | 31 recaptcha_private_key = "12345"; |
32 recaptcha_public_key = "78901"; | 32 recaptcha_public_key = "78901"; |
33 } | 33 } |
34 | 34 |
35 The keys for reCaptcha are available in your reCaptcha account, visit | 35 The keys for reCAPTCHA are available in your reCAPTCHA account, visit |
36 [recaptcha.net](http://recaptcha.net/) for more info. | 36 [reCAPTCHA](https://developers.google.com/recaptcha/) for more info. |
37 | 37 |
38 If no reCaptcha options are set, a simple built in captcha is used. | 38 If no reCaptcha options are set, a simple built in captcha is used. |
39 | 39 |
40 Customization | 40 Customization |
41 ------------- | 41 ------------- |