Question
Hello guys, due to some constraints over the usage of twiki in my place, we have had to place even the
view script under the
AuthScripts section of the config file. Is it possible to just leave the TWikiRegistration out of authentication so that new users can signup automatically?
Environment
--
TWikiGuest - 10 Jan 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Hello guys, someone please give me a suggestion for this.
--
TWikiGuest - 11 Jan 2008
The usual technique is to take a copy of the HTML output you get from the TWikiRegistration form and put it somewhere where it can easily be accessed without using TWiki's
view script (TWiki's
pub directory might be a convenient place). Then, use Apache's
Alias directive to point the URL
.../bin/view/TWiki/TWikiRegistration to the
file (not URL) path where the copy is located, say
/etc/twiki/pub/TWiki/WebHome/TWikiRegistration.html.
--
HaraldJoerg - 11 Jan 2008