From: Steve Sutton Date: Thu, 11 May 2017 15:36:33 +0000 (-0400) Subject: Update members only login form X-Git-Tag: v1.1.18^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=985f6b7f7546e2ef773c0171096963954468c04e;p=WP-Themes%2FDiscoverKZOO.git Update members only login form Adding captcha to the form. --- diff --git a/parts/glm-members-only-login-form.php b/parts/glm-members-only-login-form.php index 6acc2c6..6e988ed 100644 --- a/parts/glm-members-only-login-form.php +++ b/parts/glm-members-only-login-form.php @@ -2,11 +2,11 @@

The information you entered is incorrect. Please try again. - Please enter both username and password. - - + If you need assistance, "; - if ($supportEmail) { + if ($supportEmail) { echo "email (".$supportEmail.")"; if ($supportPhone) { echo " or "; @@ -28,11 +28,18 @@ ?>

- +
- false, + 'form_id' => 'glm_login_form' + ); + $loginForm = wp_login_form($args); + $captcha = apply_filters('cptch_display', '', 'glm_login_form'); + $form = str_replace( '
- \ No newline at end of file + diff --git a/style.css b/style.css index 8039717..815e6cc 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: DiscoverKalamazoo Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for DiscoverKalamazoo -Version: 1.1.17 +Version: 1.1.18 */