changeset 104:8efa9cb52f6c

mod_regredirect: Created wiki page through web user interface.
author maranda3985
date Wed, 30 Dec 2009 00:41:19 +0000
parents 1100de0e9a4b
children 9f866bc3281b
files mod_regredirect.wiki
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_regredirect.wiki	Wed Dec 30 00:41:19 2009 +0000
@@ -0,0 +1,28 @@
+#summary XEP-077 IBR Registration Redirect.
+#labels Stage-Beta
+
+= Introduction =
+
+Registration as explained in IBR xep.
+
+= Details =
+
+Self-explanatory this simple module, lets you redirect users who come from ips not in the registration_whitelist config options to an Url of your choice.
+
+= Usage =
+
+Copy the module file into your prosody modules directory.
+
+Then set the following options into your config file.
+{{{
+registration_whitelist = { "*your whitelisted web server ip address*" }
+registrarion_url = "*your web registration page url*"
+}}}
+
+You can find an example of working web registration form using JsJaC (javascript) at the following url http://register.lightwitch.org
+
+= Compatibility =
+
+0.7 should work.
+0.6 works.
+0.5 untested.
\ No newline at end of file