Currently i have set Redirect path on Confirmation: to user/%uid/edit to redirect the new user to set password. I use content profile module for handling user profile fields. I am trying to redirect the user to the profile creation form after the user saves his password. Can this be done by adding something after user/%uid/edit in Redirect path on Confirmation: (so that the user is taken to password setting page first and then to the profile creation form) ?
Thank you.
Comments
Comment #1
hunmonk commentedyou can try
user/%uid/edit?destination=whatever/drupal/path-- i think that might work, it's the only suggestion i have.Comment #2
lvl1 commentedAdded
user/%uid/edit?user/%uid/edit/profile?destination=user/%uidto the 'Redirect path on Confirmation' field. Still the routing stops atuser/%uid/editafter setting password and does not proceed to%uid/edit/profilecreation page.Any help will be useful.
Thank you
Comment #3
lvl1 commentedBypassed this step.
Thank you.