This plugin is not working with https://, sends a “too many redirects” error. Please advise.
]]>Hi
Any plans to allow white listing URLs?
My login and account creation address is different to wordpress.
Thanks
The plugin works as stated. I am encountering a few quirks and wanted to get some clarification before submitting a bug report.
When accessing the blog, after the redirect the login page has the message
[2] Empty username. Authentication failed.
. If I press the Enter Key I get an
[2] Authentication failed
message, Login is always successful when I click the Log In button. Is this the expected behaviour?
Is it possible to secure the RSS feed with this plugin?
I noticed the code refers to get_header is it possible to use do_feed?
I set it up, and it worked fine until I unchecked the box. Then all I get is the word “error” on any page.
]]>With this activated, users cannot reach the register page. Unless I’m doing something wrong. Any ideas?
]]>Here’s what I am getting when I activate this plugin:
Warning: Cannot modify header information – headers already sent by (output started at [site]/wp-content/themes/PureType/page-full.php:7) in [site]/wp-includes/pluggable.php on line 1121
Love this idea – protect pages without a full-blown membership plugin. Hope we can get it to work.
]]>I would like to be able to support an unauthenticated healthcheck page.
I’ve hacked something together that works as follows:
function rl_redirect() {
if (!(is_user_logged_in() || ($_SERVER[‘REQUEST_URI’] === ‘/healthcheck/’))) {
auth_redirect();
}
}
Would you be interested in incorporating something like that in the plugin source?
]]>does not work with https?
it redirect to http
Seems I can’t log in to the site when the wp-require-login plugin is activated from a mobile device. No problem logging in from laptop or desktop. Thoughts?
]]>Hi,
Please help. I setup a WordPress-based Intranet website for a our company and I am getting this error in Internet Explorer while logged in as admin. Though Google Chrome doesn’t show the error.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; MS-RTC LM 8)
Timestamp: Mon, 2 Jun 2014 21:12:58 UTC
Message: Object doesn’t support this property or method
Line: 1
Char: 1095
Code: 0
URI: https://ourintranetwebsite.com/wp-includes/js/admin-bar.min.js?ver=3.9.1
If I try using a different login, I am not seeing the error. I also observed that the dropdown for the admin panel stopped working/showing if I hover my mouse on it. Any idea what is the cause?
I already tried changing the theme and deactivating all plugins but still the same error shows up in IE8.
]]>When you install this plugin on a WordPress MultiSite, it returns a redirect loop error, and won’t allow access to the site at all for logged out users, let alone the login page.
]]>