I have trac 0.9.3 installed using Postgres on the back end, using
mod_python, and set up to support multiple projects in httpd.conf.
I have one project set up, and I am trying to log in for the first
time and am getting the following error:
Trac detected an internal error:
Authentication information not available.
Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/
modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line
139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line
107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/web/auth.py", line 82,
in process_request
self._do_login(req)
File "/usr/lib/python2.3/site-packages/trac/web/auth.py", line
103, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.
Still pretty new to this, but from other discussions I know that each
project will have to have a separate database in Postgres. And I
believe the auth info should be stored in there. I've set up one
account using trac-admin with full provs, but not even getting a
chance to log in.
Any ideas?
Steve Cochran
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac