Modify ↓
Opened 8 years ago
Last modified 8 years ago
#13164 new defect
Documentation error for AccountManager
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | Documentation |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
On the documentation for AccountManagerPlugin at CookBook/AccountManagerPluginConfiguration, it is mentioned that for HtPasswdStore acct_mgr.pwhash.* = disabled
.
For me, the module couldn't work (using crypt) until I changed it to enable.
Attachments (0)
Change History (4)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
comment:3 follow-up: 4 Changed 8 years ago by
I wrote "for HtPasswdStore" so thought it was enough. The relevant part of the conf is:
password_store = HtPasswdStore htpasswd_hash_type = crypt db_htpasswd_hash_type = crypt reset_password = true generated_password_length = 12 force_passwd_change = true hash_method = HtPasswdHashMethod persistent_sessions = true user_lock_max_time = 0 verify_email = true htpasswd_file = /usr/local/etc/trac.htpasswd [components] acct_mgr.admin.* = enabled acct_mgr.api.* = enabled acct_mgr.db.SessionStore = disabled acct_mgr.htfile.htdigeststore = disabled acct_mgr.htfile.htpasswdstore = enabled acct_mgr.http.* = disabled acct_mgr.notification.* = enabled acct_mgr.pwhash.* = enabled acct_mgr.register.* = enabled acct_mgr.svnserve.svnservepasswordstore = disabled acct_mgr.web_ui.* = enabled # acct_mgr.guard.accountguard = enabled acct_mgr.notification.accountchangelistener = enabled acct_mgr.notification.accountchangenotificationadminpanel = enabled
comment:4 Changed 8 years ago by
Replying to anonymous:
I wrote "for HtPasswdStore" so thought it was enough.
Sorry about that, I overlooked. I'll test your configuration and see if the docs need updating.
Note: See
TracTickets for help on using
tickets.
You haven't even mentioned what recipe you are following.
HtPasswdStore
,HtDigestStore
, ...? Please post your[account-manager]
configuration.