Login Redirect with singlepage variable
Permalink
I am sending links in emails tohttp://mysite/singlepage/[id].
The user is directed to the login page (correct) but rather than redirected tohttp://mysite/singlepage/[id] they are redirected tohttp://mysite/singlepage/. They can then navigate tohttp://mysite/singlepage/[id] but I am trying to prevent that step. Having looked at the code in the core/controllers/single_pages/login.php it seems only the page is saved for the redirect not the full path. Has anyone else resolved this or do I need to do it myself?!
The user is directed to the login page (correct) but rather than redirected tohttp://mysite/singlepage/[id] they are redirected tohttp://mysite/singlepage/. They can then navigate tohttp://mysite/singlepage/[id] but I am trying to prevent that step. Having looked at the code in the core/controllers/single_pages/login.php it seems only the page is saved for the redirect not the full path. Has anyone else resolved this or do I need to do it myself?!