Modify ↓
Opened 11 years ago
Closed 11 years ago
#12016 closed defect (duplicate)
AssertionError:
| Reported by: | admin | Owned by: | Steffen Hoffmann |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
How to Reproduce
While doing a POST operation on /admin/accounts/config, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'4bb631c43606b734bd428b93',
'active': u'1',
'cat_id': u'accounts',
'etc_cfg': u'[account-manager]\r\nauth_url =\r\npassword_store = HttpAuthStore\r\n\r\n[components]\r\nacct_mgr.http.HttpAuthStore = enabled',
'init_store': u'file',
'init_store_file': u'htdigest',
'panel_id': u'config',
'path_info': None,
'save': u'Apply changes'}
User agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
System Information
Trac | 1.1.2beta1
|
Genshi | 0.7 (with speedups)
|
Pygments | 1.6
|
pysqlite | 2.6.0
|
Python | 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2]
|
pytz | 2012c
|
setuptools | 3.3
|
SQLite | 3.8.2
|
Subversion | 1.8.8 (r1568071)
|
jQuery | 1.8.3
|
jQuery UI | 1.9.2
|
jQuery Timepicker | 1.1.1
|
Enabled Plugins
TracAccountManager | 0.5dev-r14078
|
Python Traceback
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 550, in _dispatch_request
dispatcher.dispatch(req)
File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 224, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/trac/admin/web_ui.py", line 119, in process_request
path_info)
File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 227, in render_admin_panel
return self._do_config(req)
File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 339, in _do_config
assert is_enabled(env, HtDigestStore)
AssertionError
Attachments (0)
Note: See
TracTickets for help on using
tickets.



Almost the same has been reported in #11081 before, just for another authentication store. Please follow-up there, if you want.