Ticket #3835 (closed defect: worksforme)
Bug when i click on the login
| Reported by: | flcpy03@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10b1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by eblot) (diff)
This my first project with trac. i'm under windows Xp, using svn.
Python Traceback
Traceback (most recent call last):
File "c:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\main.py", line 335, in dispatch_request
dispatcher.dispatch(req)
File "c:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\main.py", line 220, in dispatch
resp = chosen_handler.process_request(req)
File "c:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\auth.py", line 95, in process_request
self._do_login(req)
File "c:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\auth.py", line 116, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


