Edgewall Software

Opened 16 years ago

Closed 16 years ago

#6861 closed defect (invalid)

Authentication Failed — at Version 1

Reported by: maurer@… 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 Emmanuel Blot)

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

Change History (1)

comment:1 by Emmanuel Blot, 16 years ago

Description: modified (diff)
Keywords: Authentication Error removed
Priority: highnormal
Resolution: invalid
Status: newclosed

Short answer: installation issue, high-score duplicate, please search the TracFaq or post to the MailingList.

Note: See TracTickets for help on using tickets.