vote up 1 vote down star

Hi,

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.

flag

3 Answers

vote up 0 vote down

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|flag
vote up 0 vote down

Hi,

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

Peace

Ice

link|flag
vote up 0 vote down

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|flag
Which bug is that? I have patched the AccountManagerPlugin for the MessageWrapper issue and still don't get the Login form. – larsivi Oct 25 at 21:01

Your Answer

Get an OpenID
or

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