Password Policy module forces the redirection after password expires. The redirection path can not be set manually and must be

user/{$account->uid}/password If you have the password_policy_password_tab module active or any of

"user/{$account->uid}/edit/account",
      "user/{$account->uid}/edit",

if doesn't.

I create a custom page for this form and I want to be redirected to it.

Is there any way to configure manually the redirection path?

Thanks a lot.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

escuriola created an issue. See original summary.

escuriola’s picture

escuriola’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: 2800713-password_policy-allow-to-configure-redirect.patch, failed testing.

AohRveTPV’s picture

Status: Needs work » Closed (duplicate)

Looks like this feature was already implemented in 7.x-1.x-dev by #2785839: Allow custom password change path. Please re-open this issue if I'm mistaken. Thanks anyway for the patch.