hi,

webadmin allows you to click on plugins, then you can click on the
plugins itself and with it configure them ... like the account mgr
plugin. you check "loginmodule", which should give an entry in your
trac.ini:

[components]
trac.web.auth.LoginModule = disabled
acct_mgr.web_ui.LoginModule = enabled

its also described on http://trac-hacks.org/wiki/AccountManagerPlugin

-solo.

On 8/12/06, m christensen <[EMAIL PROTECTED]> wrote:
I have set my install of Trac .10 to validate the 'assign to' field and
provide the pull-down.

I turned it on in my initial testing, and it worked fine.

It picked up my test users just fine.

Then I installed the TracWebAdmin and TracAccountManager modules.

I copied my real htpasswd file into place.

Everyone can login just fine using the login window the browsers
themselves pop-up.

All accounts seem to work correctly.

The problem is the fact the 'session' table only contains the first two
test user names.
That table appears to be the source of 'valid' users.

That table is never updated now.
I hacked this by faking entries to get team members to show up on the
assign-to drop-down,
but that is obviously a hack.

Secondly, I have the problem where it's impossible to log-out without
bouncing the
browser.
A specific login form is said to solve this, I think the
TracAccountManager is supposed to
provide this, how do I get it to work.

The web admin screen show it as installed and enabled, but I still get
the browser provided login.

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

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

Reply via email to