Modify ↓
#7335 closed defect (invalid)
Incorrect value for session store field in administration page
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11rc2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If I open the admin page Admin → Accounts → Configuration and check the value of the SessionStore input field it displays a text like this:
<acct_mgr.pwhash.HtDigestHashMethod object at 0xb5217f0c>
If I then save the page I will break the config file for the Trac system since the above is not a valid string for the SessionStore option.
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Milestone: | → 0.11.2 |
---|
comment:3 by , 16 years ago
Milestone: | 0.11.2 |
---|
Note:
See TracTickets
for help on using tickets.
This sounds like an AccountManagerPlugin issue. This ticket should be opened over at trac-hacks instead.