Software /
code /
prosody-modules
Changeset
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 |
parents | 5749:92ce3859df63 |
children | 5751:80702e33ba71 |
files | mod_register_redirect/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_register_redirect/README.markdown Tue Nov 21 17:34:54 2023 +0000 +++ b/mod_register_redirect/README.markdown Wed Nov 22 11:54:22 2023 +0000 @@ -29,7 +29,7 @@ server/hostname configuration: registration_whitelist = { "*your whitelisted web server ip address*" } - registrarion_url = "*your web registration page url*" + registration_url = "*your web registration page url*" registration_text = "Your custom instructions banner here" 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)