gfarrell / WPRavenAuth

Raven (ucam_webauth) authentication plugin for Wordpress. Now maintained by @mo-g (mo-g/WPRavenAuth)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect loses PHP arguments

mleming opened this issue · comments

I have a page on my website that requires a PHP argument to work, but when a user clicks on it and they need to log in to the website, it's stripped off upon the redirect. So right now the page is public (and I'd like it to be private). Is there any way to fix this?

Sorry -- like, if the user clicks on the link mywordpresswebsite.com/?myvar=1, but that page is Raven-protected, then they sign in to Raven and it redirects to mywordpresswebsite.com/ and leaves myvar blank.

Could I accomplish that by editing the PHP code input on a page (seems doubtful), or would it require making my own custom updates to WPRavenAuth?