Ticket #686 (closed defect: invalid)
0.8pre and tracd - can't log in.
| Reported by: | davep@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.7.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I'm running 0.8pre and using tracd as the webserver. We have four projects running on the site, tracd is bound to 127.0.0.1 and we use ssh tunnels to connect to the server remotely (so authentication is no biggie).
We don't seem to have the ability to create and login as users. Clicking "login" from the front page gives me:
Oops...
Trac detected an internal error:
'NoneType?' object has no attribute 'do_auth' Traceback (most recent call last):
File "/usr/bin/tracd", line 234, in do_trac_req
self.do_real_trac_req()
File "/usr/bin/tracd", line 244, in do_real_trac_req
self.remote_user = self.env.auth.do_auth(self)
AttributeError?: 'NoneType?' object has no attribute 'do_auth'


