Question
My english is´n very well, i´m sorry. Please say to me, how can I configure the autenthicate user rutine always?... in others words.... My Twiki check the authenticate only when the remote user wants to edit a topic. ¡I want to enable the authentication rutine for read a web too!
Thanks
- TWiki version: 01 Dec 2001
- Perl version: 5.6
- Web server & version: apache 1.3
- Server OS: Linux RedHat
- Web browser & version: Explorer 5.5
- Client OS: Windows 98
--
MgTirado - 24 Mar 2003
Answer
Hi - have a look at
TWikiAccessControl which explains how to do this. Hope this helps.
--
RichardDonkin - 25 Mar 2003
You basically need to authenticate the
view script (and possibly other scripts as well. If you are using Apache add this to the
twiki/bin/.htaccess file:
<Files "view">
require valid-user
</Files>
Do the same for other scripts if needed.