Modify ↓
Opened 9 years ago
Closed 7 years ago
#12768 closed defect (duplicate)
After password reset, password has to be changed twice
Reported by: | HMuentinga | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
How to reproduce
- Reset password via
trac/reset_password
- Log in with temporary password
- Change password
- Log out
- Try to log in again
Expected behaviour
New password should be accepted.
Observed behaviour
New password is not accepted, temporary one sent via e-mail still works. Changing the password a second really changes the password, everything works from then on.
More info
- Trac 1.0.8
- AccountManagerPlugin 0.4.4
Attachments (0)
Change History (5)
comment:2 Changed 9 years ago by
Reporter: | changed from anonymous to HMuentinga |
---|
comment:3 Changed 9 years ago by
Sure, here it is (sans sensitive information):
[account-manager] account_changes_notify_addresses = XXX force_passwd_change = true generated_password_length = 8 hash_method = HtPasswdHashMethod htpasswd_file = /path/to/trac.passwd htpasswd_hash_type = sha512 notify_actions = change password_store = HtPasswdStore refresh_passwd = True
comment:4 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
comment:5 Changed 7 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:6 Changed 7 years ago by
Resolution: | → duplicate |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Might be related to #11869. Will need to see your
[account-manager]
section of trac.ini.