Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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)

Change History (1)

comment:1 Changed 12 years ago by Xarkam

Resolution: fixed
Status: newclosed

Apache configuration bypass the trac accnmgr configuration.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Steffen Hoffmann.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.