From: Chuck Scott Date: Mon, 25 Jan 2016 19:41:32 +0000 (-0500) Subject: Removed login checks again X-Git-Tag: v1.0.8~3^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e1f529f975647b69daf120fd81990cea37a9800c;p=WP-Plugins%2Fglm-member-db-contacts.git Removed login checks again --- diff --git a/glm-member-db-contacts.php b/glm-member-db-contacts.php index f77857c..e44672d 100644 --- a/glm-member-db-contacts.php +++ b/glm-member-db-contacts.php @@ -194,6 +194,7 @@ function glmMembersContactsNoLoginMessage( $message ) { "; return $message; } +/* // If login is from user who was logged out due to restriction or being flagged inactive - Display login message if (isset($_COOKIE['glmMembersForcedLogout'])) { add_filter('login_message', 'glmMembersContactsNoLoginMessage'); @@ -212,6 +213,7 @@ if ($contactUser && !$contactActive) { setcookie ("glmMembersForcedLogout", "stuff", time() + 3600, '/'); wp_logout(); } +*/ /* * Add filter to redirect user to a particular destination on