up vote 1 down vote favorite
share [g+] share [fb]

I installed trac with the account manager plugin and everything works great. I have enabled all of the account manager's components. The html registration form appears but the problem is that the html login form won't. I keep getting the default authentication pop up.

link|improve this question
feedback

3 Answers

have a look at : http://trac.edgewall.org/wiki/TracOnWindows#a8.AccountManagerPlug-in

may be this is missing in your trac.ini:

[Components]
trac.web.auth.loginmodule = disabled
link|improve this answer
feedback

Perhaps it has to do with the fact that the bug in AccountManager which appears in trac v0.11.4 still exiss in 0.11.5?

link|improve this answer
Which bug is that? I have patched the AccountManagerPlugin for the MessageWrapper issue and still don't get the Login form. – larsivi Oct 25 '09 at 21:01
feedback

In addition to disabling the built-in login module, make sure your webserver isn't the one blocking access to Trac. For Apache you'd need a <Location /trac/login> entry in your Apache config, and no Apache auth on the <Location /trac> portion.

Generally it is easier to debug these sorts of things if we can see the webserver config and the Trac config.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.