The password expiration plug-in redirects to the password change path when the user's password is expired, forcing them to change their password before proceeding. The existing code for this has problems judging by the comments, and it seems overly complex.
The patch in the following comment simplifies the redirection code, and is essentially a port of the 7.x-1.x redirection code, which seems to have stabilized and to be working fairly well.
Providing for possible review before committing.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | password_policy-7.x-2.x-improve_expiration_redirection-2461533-5.patch | 4.71 KB | aohrvetpv |
Comments
Comment #1
aohrvetpv commentedComment #2
aohrvetpv commentedPrevious patch inadvertently included an unrelated change.
Comment #5
aohrvetpv commentedUpdate to apply on latest code.
Comment #7
aohrvetpv commented