Modify ↓
Opened 17 years ago
Closed 16 years ago
#3197 closed defect (fixed)
Incorrect value for session store field in administration page
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
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 (1)
Note: See
TracTickets for help on using
tickets.
What SVN revision of the plugin are you using? The current versions for 0.10 and trunk both have radio buttons to pick the password storage method, not a text input. Please make sure you've upgraded to the latest version.