On Mon, 2006-04-03 at 15:10 -0500, Tim Gourley wrote:
> I installed the AccountManagerPlugin and I'm trying to use the
> form-based login.  Whenever I start trac and click the login link, I
> get a blank page.  In my trac.ini file, I have the following:
> 
> [components]
> trac.web.auth.LoginModule = disabled
> acct_mgr.* = enabled
> 
> [account-manager]
> password_format = htpasswd
> password_file = /path/to/htpasswd
> 
> I'm also using tracd.  I am starting tracd with the following parameters:
> 
> tracd --port 8081 /usr/local/trac/chs
> 
> Whenever I click the login link and get the blank page, tracd reports
> the following:
...snip...
> TracError: Authentication not enabled. Please use the tracd --auth option.

Tracd handles requests for the "/login" urls of each project in a way
that the AccountMangerPlugin cannot override.  There will need to be
some changes to tracd to allow the authentication to be overridden.
Please file a ticket for this.

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to