Hi,

I am using content profile and autoassignrole based on registration path
I have member/register and speaker/register and guest/register, each with a different content profile and role associated.

I would like to know the best way to make the default registration screen /user/register automatically redirect to member/register to ensure that the correct base role is assigned.

I tried using autoassign with the base role but it applies it to all the registration paths which is not what I need for this use case.

I tried using a 301 redirect in htaccess and a meta refresh in page-user-register.tpl.php but neither worked and the user can still view the default user login form.

Any advice or guidance with this would be greatly appreciated

Thanks
Gregg

Comments

cyberswat’s picture

Auto assign role has an option called "User Register Node" ... I'm thinking this does what your trying to do.

iaminawe’s picture

Thanks, I had not seen that option yet... I checked it out and...

Its still not exactly what I need as I am basically looking to override user/register with member/register which is not a node but a path...

Maybe I can setup the redirect on the node that I reference so the node replaces the default registration screen and redirects to the new registration path?

Any other suggestions?