Software /
code /
prosody-modules
Comparison
mod_register_web/README.markdown @ 2783:8d1634b71066
mod_register_web: Update README to explain customization
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 05 Oct 2017 15:59:54 +0100 |
parent | 1803:4d73a1a6ba68 |
child | 4439:6ae1c7b9c58b |
comparison
equal
deleted
inserted
replaced
2782:8fd37f0e108c | 2783:8d1634b71066 |
---|---|
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.net](http://recaptcha.net/) 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 | |
41 ------------- | |
42 | |
43 Copy the files in mod_register_web/templates/ to a new directory. Edit them, | |
44 and set `register_web_template = "/path/to/your/custom-templates"` in your | |
45 config file. | |
46 | |
40 Compatibility | 47 Compatibility |
41 ------------- | 48 ------------- |
42 | 49 |
43 ----- -------------- | 50 ----- -------------- |
51 0.10 Works | |
44 0.9 Works | 52 0.9 Works |
45 0.8 Doesn't work | 53 0.8 Doesn't work |
46 ----- -------------- | 54 ----- -------------- |
47 | 55 |
48 Todo | 56 Todo |
49 ---- | 57 ---- |
50 | 58 |
51 Lots. The module is very basic at the moment. In particular I would like | |
52 to see: | |
53 | |
54 Customisation (CSS and/or HTML) | |
55 | |
56 Different CAPTCHA implementation support | 59 Different CAPTCHA implementation support |
57 | 60 |
58 Collection of additional data, such as email address | 61 Collection of additional data, such as email address |
59 | 62 |
60 The module kept simple! | 63 The module kept simple! |