Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3839


Ignore:
Timestamp:
Oct 2, 2006, 9:44:03 AM (18 years ago)
Author:
Christian Boos
Comment:

Please reread the install docs, the part specific about setting up the authentication information. Depending on the backend used:

I'm leaving this open though, as I think we get that installation issue reported often enough and that maybe it's time to output a more friendly and informative message to the user.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3839

    • Property Summary error loginMore explicit messge for error on login
    • Property Keywords documentation added
    • Property Milestone0.10.1
    • Property Owner changed from Jonas Borgström to Christian Boos
    • Property Severity normalminor
  • Ticket #3839 – Description

    initial v1  
     1{{{
    12Traceback (most recent call last):
    23  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 356, in dispatch_request
     
    910    assert req.remote_user, 'Authentication information not available.'
    1011AssertionError: Authentication information not available.
     12}}}