Modify ↓
Opened 17 years ago
Closed 17 years ago
#6861 closed defect (invalid)
Authentication Failed
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | major | Keywords: | |
Cc: | maurer@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I created a new TRAC site and I can not login. The site comes up, everything appears to be ok but then I receive the error "Authentication information not available." and
Python traceback Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 131, in run dispatch_request(req.path_info, req, 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 81, in process_request self._do_login(req) File "/usr/lib/python2.3/site-packages/trac/web/auth.py", line 102, in _do_login assert req.remote_user, 'Authentication information not available.' AssertionError: Authentication information not available.
What can I do now to fix this? The users and group have been defined in access.group and access.user
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Keywords: | Authentication Error removed |
Priority: | high → normal |
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Short answer: installation issue, high-score duplicate, please search the TracFaq or post to the MailingList.