From e1f529f975647b69daf120fd81990cea37a9800c Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 25 Jan 2016 14:41:32 -0500 Subject: [PATCH] Removed login checks again --- glm-member-db-contacts.php | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.17.1