changeset 217:1203d8b8a8a2

mod_register_redirect: minor tweak.
author Marco Cirillo <maranda@lightwitch.org>
date Thu, 22 Sep 2011 17:03:13 +0000
parents 5e99840c5de7
children 19a544b455b8
files mod_register_redirect.wiki
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_register_redirect.wiki	Thu Sep 22 16:57:37 2011 +0000
+++ b/mod_register_redirect.wiki	Thu Sep 22 17:03:13 2011 +0000
@@ -13,7 +13,8 @@
 
 Copy the module file into your Prosody modules directory.
 
-Then set the following options into your config file:
+The module will work "out of the box" as long as at least an admin entry is specified (see admins = {} option into prosody's documentation).
+These are the optional parameters you can specify into your global server/hostname configuration:
 {{{
 registration_whitelist = { "*your whitelisted web server ip address*" }
 registrarion_url = "*your web registration page url*"
@@ -31,4 +32,4 @@
  * 0.8 works
  * 0.7 might not work
  * 0.6 won't work
- * 0.5 won't work
\ No newline at end of file
+ * 0.5 won't work