Problem/Motivation

The patch from https://www.drupal.org/project/change_pwd_page/issues/3153398 breaks the default password reset flow by removing that part from the url.
The incorrect url mentioned there (.../login/login), gets returned by Drush 8 only.

Proposed resolution

Restore the original url in the RouterSubscriber.
Add an EventSubscriber to catch the 404 and redirect to the correct url.

Comments

ducktape created an issue. See original summary.

ducktape’s picture

StatusFileSize
new2.74 KB

Updated patch filename.

c_archer’s picture

Status: Needs review » Needs work

This patch does not apply against the latest version of this module.

nginex’s picture

Version: 8.x-1.x-dev » 2.x-dev
Status: Needs work » Needs review
bluegeek9’s picture

Version: 2.x-dev » 2.0.x-dev