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
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
Comment #1
TerryBaldwin commentedI 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!
Comment #2
tr commentedYou 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.
Comment #3
tr commented