Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6861 closed defect (invalid)

Authentication Failed

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

Attachments (0)

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.