|
[dokuwiki]
||
[Date Prev]
[04-2006 Date Index]
[Date Next]
||
[Thread Prev]
[04-2006 Thread Index]
[Thread Next]
[dokuwiki] Re: How to force login
- From: "yoann hinard" <yoann.hinard@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 6 Apr 2006 15:01:25 +0200
Hello,
> > What happens if you turn off the READ privilege for group ALL?
> That what's expected: I get an "access denied".
> That is not what i wanted.
I did a small modification in inc/template.php, I replaced :
case 'denied':
print p_locale_xhtml('denied');
by :
case 'denied':
html_login();
Perhaps something cleaner would test a new option.
Yoann
http://www.hds.utc.fr/~yhinard/
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|