Opened 17 years ago
Closed 17 years ago
#6356 closed defect (invalid)
error while login
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | web frontend/tracd | Version: | 0.10.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
if i want to login i become the screen:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 182, in dispatch
req.authname = self.authenticate(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 146, in authenticate
authname = authenticator.authenticate(req)
File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 186, in wrap File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 195, in authenticate
AttributeError: can't set attribute
i am using the trac version Trac 0.10.3 and trac-admin 0.1.2 and trac-accountmanager0.1.2 and setuptools 0.6c6. trac is running in standalone and with a htdigest file.
i dont have any idea to solve the problem.
This is most likely a configuration problem with the account manager plugin. Please ask for help on the MailingList or on TracHacks for that specific plugin.