
noreply at edgewall
Oct 3, 2006, 6:47 AM
Views: 854
Permalink
|
|
[The Trac Project] #3845: login error
|
|
#3845: login error -----------------------+---------------------------------------------------- Reporter: anonymous | Owner: jonas Type: defect | Status: new Priority: normal | Milestone: Component: general | Version: 0.10 Severity: normal | Keywords: -----------------------+---------------------------------------------------- Python traceback Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 131, in run dispatch_request(req.path_info, req, env) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 82, in process_request self._do_login(req) File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 103, in _do_login assert req.remote_user, 'Authentication information not available.' AssertionError: Authentication information not available. -------------------------------------------------------------------------------- Powered by Trac 0.9.3 By Edgewall Software. Visit the Trac open source project at http://trac.edgewall.com/ -- Ticket URL: <http://trac.edgewall.org/ticket/3845> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|