Question
I just installed Twiki. When i browse to the URL TWiki/bin/configure it asks me for login and password. I don't have one. But if i click cancel it gives me an error "Unauthorized user"
CP
Environment
--
ChandraprakashLoonker - 13 Jul 2006
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.
Look in
.htaccess. Check whether you have set
require on the
configure script e.g.
<Files "configure">
require valid-user
</Files>
That is what is triggering the login request. Read the apache documentation on the "require" directive to understand how this works, and set it up the way you want.
--
CrawfordCurrie - 06 Aug 2006