[pmwiki-users] authuser bug ?
Patrick R. Michaud
pmichaud at pobox.com
Wed Jun 21 08:50:21 CDT 2006
On Wed, Jun 21, 2006 at 12:46:43PM +0200, Falk Hamann wrote:
>
> Why user can't authentificate on the root-page ?
It might be because the pagename isn't established yet.
Try adding the following into the local/config.php, before
any of the authentication settings:
$pagename = ResolvePageName($pagename);
> Site/AuthUser:
> @read: id: *
I'm not sure if PmWiki recognizes wildcards in the group
specifications of Site.AuthUser, so this might not work.
Try doing just
$DefaultPasswords['read'] = 'id:*';
in local/config.php instead.
Pm
More information about the pmwiki-users
mailing list