Question
I need to run my Twiki site in "all authenticated" configuration, so without authentication nobody can see any page - unfortunately also not the registration page for new users.
What can I do so that new users can register themselves?
Environment
--
AronLentsch - 13 Nov 2005
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.
I have not tried this, but this should work:
- Copy the HTML text of the registration form and paste it into a statc unauthenticated HTML page
- In
twiki=bin/.htaccess set all scripts to require valid user, except for the register script
--
PeterThoeny - 13 Nov 2005
Many of us are also in this siutuation.
Web level access control can be over-riden on invidvidual topics. Some topics in the TWiki web need to be VIEW-able by
TWikiGuest.
Obvously we need a better or more specific cookbook to address this kind of situation
--
AntonAylward - 13 Nov 2005