Modify ↓
Opened 12 years ago
Closed 12 years ago
#10734 closed defect (wontfix)
Uses depreciated AccountManagerPlugin options
Reported by: | Steffen Hoffmann | Owned by: | Froosh |
---|---|---|---|
Priority: | normal | Component: | HtgroupsPlugin |
Severity: | normal | Keywords: | option |
Cc: | Ryan J Ollos | Trac Release: | 0.11 |
Description
In htgroupsplugin/trunk/README.txt
some configuration examples show long depreciated and soon removed options from AccountManagerPlugin:
- 'password_format' has been obsoleted by
- 'password_store' for direct store selection including store chaining and
- store-specific options for hash type selection, i.e.:
- 'htpasswd_hash_type' for
HtPasswdStore
- 'db_htpasswd_hash_type' for
SessionStore
with IPasswordHashMethodHtPasswdHashMethod
(selected by 'hash_method' in turn)
- 'htpasswd_hash_type' for
- 'password_file' has been depreciated in favor of store-specific options, once more to allow for seamless store chaining
- 'htpasswd_file' for
HtPasswdStore
's password file in htpasswd format - 'htdigest_file' for
HtDigestStore
's password file in htdigest format
- 'htpasswd_file' for
Please update the documentation, and maybe the plugin reading these options as well (unchecked). The AccountManagerPlugin supports only Trac versions down to 0.11, so the existing 0.9 branch of HtgroupsPlugin is not relevant here.
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Deprecated notice has been posted to the plugin's wiki page, HtgroupsPlugin.
Note: See
TracTickets for help on using
tickets.
(In [12494]) AccountManagerPlugin: Finally remove historic
password_file
option from file stores, refs #10734 and #10735.Likewise 'password_format', another depreciated option, is removed too. Both changes have been prepared for a rather long time now, mostly to allow for seamless store chaining. Equivalent options have been introduced before:
HtPasswdStore
's password file in htpasswd formatHtDigestStore
's password file in htdigest formatHtPasswdStore
SessionStore
with IPasswordHashMethodHtPasswdHashMethod
(selected by 'hash_method' in turn)