Modify

Opened 7 years ago

Last modified 7 years ago

#13164 new defect

Documentation error for AccountManager

Reported by: bruno@… Owned by: Ryan J Ollos
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords: Documentation
Cc: Trac Release: 1.0

Description (last modified by Ryan J Ollos)

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 7 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 7 years ago by Ryan J Ollos

You haven't even mentioned what recipe you are following. HtPasswdStore, HtDigestStore, ...? Please post your [account-manager] configuration.

comment:3 Changed 7 years ago by anonymous

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 in reply to:  3 Changed 7 years ago by Ryan J Ollos

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Ryan J Ollos.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.