
garthk at gmail
Jan 20, 2007, 2:50 AM
Post #1 of 1
(428 views)
Permalink
|
|
AccountManager: can't login via form
|
|
I'm trying to install AccountManager per John's Hampton's advice, so I can create a suitable iPasswordStore in my own plugin. There's no login link, nor form at ./login. Instead, I get: No handler matched request to /login I've set in trac.ini: [components] webadmin.* = enabled trac.web.auth.LoginModule = disabled acct_mgr.api.AccountManager = enabled acct_mgr.web_ui.LoginModule = enabled acct_mgr.web_ui.RegistrationModule = enabled acct_mgr.web_ui.AccountModule = enabled acct_mgr.htfile.HtDigestStore = enabled acct_mgr.admin.AccountManagerAdminPage = enabled [account-manager] password_store = HtDigestStore password_file = /var/trac/trac.htdigest htdigest_realm = TracRealm I used htdigest(1) to create /var/trac/trac.htdigest Any clues? Yours, Garth. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|