Re: [Moin-user] Auth woes

2009-01-13 Thread Ron Garret
On Jan 12, 2009, at 5:01 PM, Ron Garret wrote: > In trying to figure out what's going on I made a copy of MoinAuth to > experiment with. I put the MoinAuth code verbatim into another file > and renamed it MyAuth. The behavior of this renamed class is > different from MoinAuth despite the fact t

[Moin-user] Log file configuration

2009-01-13 Thread Ron Garret
Is there any documentation about how to configure Moin's logging? The only thing I've been able to find is the docstring in MoinMoin.log and that wasn't much help. Thanks, rg -- This SF.net email is sponsored by: So

Re: [Moin-user] Auth woes

2009-01-13 Thread Thomas Waldmann
> from MoinMoin.auth.http import HTTPAuth > class Config(DefaultConfig): > auth = [HTTPAuth(autocreate=True)] > ... > > but it didn't work. It just says, "You are not allowed to visit this > page" and makes no attempt to authenticate. This is a misunderstanding. HTTPAuth is not made