Rating: 5 stars
Thank you for this excellent plugin. It does what it says on the tin perfectly!
]]>Rating: 5 stars
Efficient and time saver. This plugin does exactly what it says in the tin…Logout..!
]]>Rating: 5 stars
Works well, but expiry doesnt work. Any idea?
I’ve set the expiry 300 Seconds but it doesnt log out.
Rating: 5 stars
Just activate and that is it. Great.
]]>Rating: 5 stars
This worked perfectly for my needs. Thank you so much for making it so simple.
]]>Rating: 4 stars
Thanks for this great plugin !
One suggestion, add a setting field for the button text, as there are also non-english websites out there ?? Or maybe make the plugin translatable.
]]>Rating: 5 stars
And does it well. Code looks well organized and this functionality is a nice addition. Well done!
]]>Rating: 5 stars
Spent hours trying to figure out how to do a cookie time-out and gave up. Found this plugin and it does so many other options in addition, the logout-button is the way to go for ensured security and privacy! Thanks so much for this fantastic plugin!
]]>Rating: 5 stars
Simple to setup, and it just worked.
Would be great to have a single plugin that allowed you to customize and style the login and logout for password protected pages (including button text), control the session expiration (see function below), and allow a global password for multiple protected pages. That would be a nicely rounded solution.
This plugin is good to use in combination with the following function, which allows you to expire the session cookie:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
add_action( 'wp', 'post_pw_sess_expire' );
function post_pw_sess_expire() {
if ( isset( $_COOKIE['wp-postpass_' . COOKIEHASH] ) )
// Setting a time of 0 in setcookie() forces the cookie to expire with the session
setcookie('wp-postpass_' . COOKIEHASH, '', 0, COOKIEPATH);
}
]]>
Rating: 5 stars
This is a must for testing the log-in feature of the private pages, but I’m leaving it up for the visitors, too. The button looks just like the log-in button, so that’s nice. I like the choices of settings. Thank you.
]]>Rating: 5 stars
I’m on 3.8 and just installed this for the first time on a clients site. Simple and does exactly as it says ??
]]>Rating: 5 stars
Look, I’m a website dummy, but I searched and searched for a plug in that would do this. I just needed something simple so that my dad could somewhat securely tell his electricians where to go in the morning without them calling in.
I, too, wish the button weren’t so ugly, but I get that it is doing something with my theme. And beggars can’t be choosers on this one. Thanks so much.
]]>Rating: 5 stars
I do a bunch of password protected pages for my clients but there is no way for them to log out. This plugin works great. Just activate and that is it. No need to write codes or anything. Very easy. Thanks much for the great plugin.
]]>