changing the "return to home" link after registration to a different page

Permalink
Hi guys been looking for a little while and just can't seem to find where to change the link to the home page after a successful user registration.

essentially i would like to change the location from home to a member profile.

I have set this in the dashboard and this works fine if a registered member signs in they go where they are supposed too.

But not after the sign up / registration process at this point there is a message which says you are successfully signed in and then the link in question "return to home"

please help :)

 
ebrongers replied on at Permalink Reply
ebrongers
hi, this can be done by copying /concrete/single-pages/register.php to your theme directory. In /config/site_theme_paths.php you just add
$v->setThemeByPath('/register', "your_theme");

Best regards,
Eric