From: Steve Sutton Date: Wed, 29 Jun 2016 18:20:17 +0000 (-0400) Subject: Bug Fix #0000019 X-Git-Tag: v1.0.15^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8eb6de374f412fb6a3bc5be4aeb77fd6339f6d62;p=WP-Themes%2Fthinkdunes.git Bug Fix #0000019 This fixes bug #0000019 Members logging in would go straight to the admin side. Updating the option used for the login form to the one being check on the redirect filter. --- diff --git a/glm-members-only-template.php b/glm-members-only-template.php index 44acca8..bc115cf 100644 --- a/glm-members-only-template.php +++ b/glm-members-only-template.php @@ -19,7 +19,7 @@ get_header(); ?>
Hello, user_login ?>.
Logout - Enter Member Admin Area + Enter Member Admin Area @@ -34,18 +34,18 @@ get_header(); ?>

The information you entered is incorrect, Please try again. - Please enter both username and password. Please log in to gain access to this page

- +
-
diff --git a/style.css b/style.css index 5d9700f..dc304b9 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: ThinkDunes Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for ThinkDunes -Version: 1.0.14 +Version: 1.0.15 */