comparison mod_register_url.wiki @ 189:f95cbe1ac9d8

Modified to include changes.
author maranda3985@gmail.com
date Sun, 17 Apr 2011 14:59:07 +0000
parents 799524731e7a
children 147be608021e
comparison
equal deleted inserted replaced
188:388b6728f506 189:f95cbe1ac9d8
17 {{{ 17 {{{
18 registration_whitelist = { "*your whitelisted web server ip address*" } 18 registration_whitelist = { "*your whitelisted web server ip address*" }
19 registrarion_url = "*your web registration page url*" 19 registrarion_url = "*your web registration page url*"
20 }}} 20 }}}
21 21
22 To not employ any whitelisting (i.e. registration is handled externally).
23 {{{
24 no_registration_whitelist = true
25 }}}
26
22 = Compatibility = 27 = Compatibility =
23 28
24 0.7 should work. 29 0.7 should work.
25 0.6 works. 30 0.6 works.
26 0.5 untested. 31 0.5 untested.