Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Target... how does it work ?
Hi,
Since three days, I try to use the target value to redirect user after signin/signout... but it doesn't work.
For exemple : http://test/forum/entry/signin?Target=goHere ... but It doesn't work!
Is there a param to enable ou whatever ?
Thanks in advance.
MaMouT
Sorry for my poor english... I'm french
Since three days, I try to use the target value to redirect user after signin/signout... but it doesn't work.
For exemple : http://test/forum/entry/signin?Target=goHere ... but It doesn't work!
Is there a param to enable ou whatever ?
Thanks in advance.
MaMouT
Sorry for my poor english... I'm french
0
Comments
https://github.com/vanillaforums/Garden/issues/764
Now, I have to find a solution to fix it...
http://www.vanillaforums.org/discussion/15608/redirect-back-to-original-page-after-logging-in
Basically, the signin controller will hand control of the login to whatever plugin (defaulting to the core username/password login controller) handles the login. It is then up to that controller to inspect the target and use it appropriately. So far as I can see *no* authentication plugin (or the core) uses the Target parameter.
In my case I had to hack ProxyConnect to look at Target and then pass it to the external CMS login page, and it works nicely now.