Software /
code /
prosody-modules
Comparison
mod_register_redirect/README.markdown @ 5750:372b6c4bf409
mod_register_redirect: docs: Fix typo in example (thanks melvo)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 22 Nov 2023 11:54:22 +0000 |
parent | 2785:2023cba9ead0 |
comparison
equal
deleted
inserted
replaced
5749:92ce3859df63 | 5750:372b6c4bf409 |
---|---|
27 is specified (see admins = {} option into prosody's documentation).These | 27 is specified (see admins = {} option into prosody's documentation).These |
28 are the optional parameters you can specify into your global | 28 are the optional parameters you can specify into your global |
29 server/hostname configuration: | 29 server/hostname configuration: |
30 | 30 |
31 registration_whitelist = { "*your whitelisted web server ip address*" } | 31 registration_whitelist = { "*your whitelisted web server ip address*" } |
32 registrarion_url = "*your web registration page url*" | 32 registration_url = "*your web registration page url*" |
33 registration_text = "Your custom instructions banner here" | 33 registration_text = "Your custom instructions banner here" |
34 registration_oob = true (default) or false, in the case there's no applicable OOB method (e.g. the server admins needs to be contacted by phone) | 34 registration_oob = true (default) or false, in the case there's no applicable OOB method (e.g. the server admins needs to be contacted by phone) |
35 | 35 |
36 To not employ any whitelisting (i.e. registration is handled | 36 To not employ any whitelisting (i.e. registration is handled |
37 externally). | 37 externally). |