If a user accesses:
user/register?destination=node/add/listing
And they then click on "Log In" or "Request New Password" tabs, it WONT keep the destination parameter in the address bar. I.e. After clicking on "Log in" and logging in, the user won't actually end up at:
node/add/listing
I thought of editing the core user module, but couldn't even find the right place to edit, and I know it's a really bad solution.
Does anyone know how I can get this right?