Hi all,

I trying to loggin in my tracmanager and show it in browser:
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/api.py",
line 367, in send_error
    'text/html')
  File 
"/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/chrome.py",
line 708, in render_template
    data = self.populate_data(req, data)
  File 
"/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/chrome.py",
line 618, in populate_data
    d['chrome'].update(req.chrome)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/api.py",
line 194, in __getattr__
    value = self.callbacks[name](self)
  File 
"/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/chrome.py",
line 476, in prepare_request
    for category, name, text in contributor.get_navigation_items(req):
  File 
"/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/auth.py",
line 86, in get_navigation_items
    if req.authname and req.authname != 'anonymous':
  File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/api.py",
line 194, in __getattr__
    value = self.callbacks[name](self)
  File 
"/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py",
line 133, in authenticate
    authname = authenticator.authenticate(req)
  File 
"/usr/lib/python2.4/site-packages/TracAccountManager-0.1.3dev_r5273-py2.4.egg/acct_mgr/web_ui.py",
line 346, in wrap
  File 
"/usr/lib/python2.4/site-packages/TracAccountManager-0.1.3dev_r5273-py2.4.egg/acct_mgr/web_ui.py",
line 356, in authenticate
  File 
"/usr/lib/python2.4/site-packages/TracAccountManager-0.1.3dev_r5273-py2.4.egg/acct_mgr/web_ui.py",
line 382, in _remote_user
  File 
"/usr/lib/python2.4/site-packages/TracAccountManager-0.1.3dev_r5273-py2.4.egg/acct_mgr/api.py",
line 104, in check_password
  File 
"/usr/lib/python2.4/site-packages/TracAccountManager-0.1.3dev_r5273-py2.4.egg/acct_mgr/api.py",
line 131, in password_store
  File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/config.py",
line 462, in __get__
    raise AttributeError('Cannot find an implementation of the "%s" '
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?

Thanks.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to