Tags:
create new tag
view all tags

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.

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2003-03-26 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.