Hi,
Is it possible to redirect to Home after user click on Email new password at /user/password ?
The default redirection to /user caused some confusion that user try to enter their detail instead of checking their email.

Thanks

Comments

TerryBaldwin’s picture

I have the same issue. Doesn't seem to be anyone responding to it. The current sequence of pages has confused at least 3 of the first 20 who have signed up to my site. I'm going to be really busy when we scale to 100,000 users!

TR’s picture

Issue summary: View changes
Status: Active » Fixed

You can do this and customize other parts of the login/registration process using https://www.drupal.org/project/logintoboggan, or simply hook_form_alter() the user-pass form.

TR’s picture

Status: Fixed » Closed (outdated)