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

hunmonk’s picture

Status: Active » Fixed

you can try user/%uid/edit?destination=whatever/drupal/path -- i think that might work, it's the only suggestion i have.

lvl1’s picture

Added user/%uid/edit?user/%uid/edit/profile?destination=user/%uid to the 'Redirect path on Confirmation' field. Still the routing stops at user/%uid/edit after setting password and does not proceed to %uid/edit/profile creation page.
Any help will be useful.

Thank you

lvl1’s picture

Bypassed this step.

Thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.