Password Protected Page Not Redirecting for Some Users
-
I have a site with a page that has a “members” section password protected. For some reason, within the last week or two, when users try to login with the password they’re presented with a blank page which has the url of – “/wp-login.php?action=postpass”
The weird thing is that when I login on all my computers (PC & Mac) and phones it works flawlessly by redirecting back to the /members/ page and logged in. But some people have it work in some browsers and not others, and some don’t work in browsers that work for me.
After researching this for days, I’ve seen a couple potential reasons like HTTPS to HTTP redirect and needing a referrer URL. I’ve added a line of code that’s supposed to pass the referring URL..
<input type="hidden" name="_wp_http_referer" value="'.get_permalink().'" />
The site is SSL, and has https in the WP settings, and I even have a force SSL plugin to ensure constant HTTPS.. I’ve had people clear cache and cookies, and frustratingly, some people still have this issue. I’m at a loss.. Anybody have this issue and/or know how to resolve it/what’s causing it?
- The topic ‘Password Protected Page Not Redirecting for Some Users’ is closed to new replies.