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.
Alter TARGET after signin or signout
I searched my **s off on this site and via google, but coulndt find an answer.
Is there a way to alter the TARGET variable after signing a user in or when a user signouts to a non vanilla page
for example:
If above could be done by altering the code, could anyone point me out in which file i need to look at. My php skills is good, but because i'm new with Vanilla i don't know the code at all
I also tried the following but failed
- Downloaded the addon Custompages
- Made a Route to /{vanilla}/redirect
- when i login with the following:
i get redirected to activity instead of redirect
Is there a way to alter the TARGET variable after signing a user in or when a user signouts to a non vanilla page
for example:
/index.php?p=/entry/signin&Target=../welcome.html
If above could be done by altering the code, could anyone point me out in which file i need to look at. My php skills is good, but because i'm new with Vanilla i don't know the code at all
I also tried the following but failed
- Downloaded the addon Custompages
- Made a Route to /{vanilla}/redirect
- when i login with the following:
/index.php?p=/entry/signin&Target=redirect
i get redirected to activity instead of redirect
0
Answers
Yeah I'm trying to do the same thing as I want users to be be able to sign in so they can use another section of my website (a tipping competition)