Modify ↓
#9241 closed defect (fixed)
Reset password don't write in password store
Reported by: | xarkam | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | highest | Component: | AccountManagerPlugin |
Severity: | blocker | Keywords: | |
Cc: | marc.rawer@…, Ryan J Ollos | Trac Release: | 0.12 |
Description
On my server with trac 0.12.2 and accntmgr 0.3.2 (0.11 svn) the password procedure don't write the new requested password in password store file.
[account-manager] account_changes_notify_addresses = authentication_url = force_passwd_change = True hash_method = HtPasswdHashMethod htdigest_realm = Frugalware htpasswd_hash_type = md5 password_file = /home/trac/FW/bts.passwd password_store = HtPasswdStore,HttpAuthStore,SessionStore persistent_sessions = False refresh_passwd = True user_lock_max_time = 0 verify_email = True
[components] acct_mgr.admin.accountmanageradminpage = enabled acct_mgr.admin.accountmanageradminpages = enabled acct_mgr.api.accountmanager = enabled acct_mgr.db.sessionstore = disable acct_mgr.guard.accountguard = enabled acct_mgr.htfile.abstractpasswordfilestore = enabled acct_mgr.htfile.htdigeststore = disable acct_mgr.htfile.htpasswdstore = enabled acct_mgr.http.httpauthstore = disable acct_mgr.notification.accountchangelistener = enabled acct_mgr.notification.accountchangenotificationadminpage = enabled acct_mgr.notification.accountchangenotificationadminpanel = enabled acct_mgr.pwhash.htdigesthashmethod = disable acct_mgr.pwhash.htpasswdhashmethod = enabled acct_mgr.web_ui.accountmodule = enabled acct_mgr.web_ui.emailverificationmodule = enabled acct_mgr.web_ui.loginmodule = enabled acct_mgr.web_ui.registrationmodule = enabled acct_mgr.web_ui.resetpwstore = enabled
I need to reset my password because i make a migration from flyspray bts.
How to log accntmgr debug ?
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Apache configuration bypass the trac accnmgr configuration.