I'm embedding a registration form into a node which has some content that users can only view if they have an account. this way, then can register on the page, LT is configured to let them straight in, and the hope is that they would be returned to the same page so they can see the content.

I know that if i provided a link to user/register with ?destination=the-place-i-want-them-to-end-up appended to it, that this would achieved the desired result - however I don't want to send the user off to the registration page, I want to take care of it there and then.

Is there a way to make LT return the user, once the account is created, back to the same page without sending them to a separate registration page first?

I tried messing with $form['#action'] in hook_fom_alter() but to no avail...