Add acct_mgr.* = enabled to your [components] --Noah
> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Roberto Lima > Sent: Tuesday, May 05, 2009 9:09 AM > To: [email protected] > Subject: [Trac] Re: Cannot find an implementation of the > "IPasswordStore" interface named "HtPasswdStore" > > > Hello Olemis, > Thanks for your help, but i already choose this option in my trac.ini, > see: > > [account-manager] > # authentication_url = <inherited> > generated_password_length = 8 > hash_method = HtDigestHashMethod > # htdigest_realm = <inherited> > password_file = /home/smux03/authfiles/svn-htpasswd > password_format = htpasswd > password_store = HtPasswdStore > > [...] > > [components] > acct_mgr.admin.accountmanageradminpage = enabled > acct_mgr.web_ui.accountmodule = enabled > acct_mgr.web_ui.loginmodule = enabled > webadmin.* = enabled > trac.web.auth.loginmodule = disabled > acct_mgr.htfile.htpasswdstore = enabled > acct_mgr.password_store = HtPasswdStore > > i dont know why this dont work with me. > > 2009/5/5 Olemis Lang <[email protected]>: > > > > On Mon, May 4, 2009 at 4:34 PM, Roberto Lima <[email protected]> > wrote: > >> > >> Hi all, > >> > >> AttributeError: Cannot find an implementation of the > "IPasswordStore" > >> interface named "HtPasswdStore". Please update the option > >> account-manager.password_store in trac.ini. > >> > >> Anyone know what is this? > >> > > > > Did you already set > > > > {{{ > > [account-manager] > > password_store = HtPasswdStore > > }}} > > > > in trac.ini , HtPasswdStore must be enabled ;o) > > > >> Thanks. > >> > > > > :) > > > > -- > > Regards, > > > > Olemis. > > > > Blog ES: http://simelo-es.blogspot.com/ > > Blog EN: http://simelo-en.blogspot.com/ > > > > Featured article: > > Here comes the Sun ... turu ruru. It's Oracle's ! - > > http://feedproxy.google.com/~r/simelo-es/~3/EMxV1KHhl60/here-comes- > sun-turu-ruru-its-oracles.html > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
