Modify

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#13372 closed defect (fixed)

Redirect to login after submitting password reset request

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

User should be redirected to login after submitting a password reset request. Also, the user isn't directed to change password after login with a reset password.

Attachments (0)

Change History (6)

comment:1 Changed 6 years ago by Ryan J Ollos

Status: newaccepted

comment:2 Changed 6 years ago by Ryan J Ollos

In 17227:

TracAccountManager 0.5.1dev: Redirect to login after password reset request

Refs #13372.

comment:3 Changed 6 years ago by Ryan J Ollos

In 17229:

TracAccountManager 0.5.1dev: Revise r17227

  • Set attribute to force the password change
  • Refactor to use super

Refs #13372.

comment:4 in reply to:  description Changed 6 years ago by Ryan J Ollos

Replying to Ryan J Ollos:

Also, the user isn't directed to change password after login with a reset password.

There is logic that forces the password change, but it isn't working correctly with password_store = HtDigestHashMethod, ResetPwStore. It appears that we shouldn't include ResetPwStore in password_store.

I concluded ResetPasswdStore was needed in password_store while investigating #11869, but it appears that we may just need more changes in addition to r16329 in order to get password reset working correctly.

comment:5 Changed 6 years ago by Ryan J Ollos

In 17230:

TracAccountManager 0.5.1dev: Fix password reset

The check was incorrect as ResetPwStore should
not be included in the configuration list
[account-manager] password_stores.

Refs #13372, #11869.

comment:6 Changed 6 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
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.