Hello there,

The module worked fine, nice work, but I have a problem redirecting users on registration based on roles.

I have 3 categories of users (teachers, students and parents) and I want them to be redirected to the their separate profile pages when they register so that they can complete their profile.

I used Logintoboggan, Content Profile and Auto Assign Roles modules to enable more than 1 user categories. Logintoboggan has only one field for redirection on registration but I need users to be redirected to their profile pages for example teachers should be redirected to /user/%uid/profile/teachers; and students should be redirected to /user/%uid/profile/students when they register.

If you have a patch for this it would really be nice.

Thank you.

Comments

steveparks’s picture

Status: Needs work » Closed (works as designed)

Hello tunde101

There's already a module that does what you need: http://drupal.org/project/login_destination

It would be best to use that, as we have no current plans to add a feature like this to LoginToboggan. Another alternative is to use the Rules module in combination with LoginToboggan.

cheers
Steve