After creating a new account, I want to redirect the user back to the user page that has just been created. I'm using LoginToboggan and I want to use the 'Redirect path on registration' function so that it redirects the new user back to the user page that has just been created. Can I create a general redirect link that would do that for each new subscriber?

Comments

VM’s picture

yes. The path should be 'user' (remove single quotes). Drupal will dynamically add the user ID to the path based on the logged in user.