From 42c9337d334d4c503a808254b1a8cdde738ce1ee Mon Sep 17 00:00:00 2001 From: laury Date: Fri, 3 Jun 2016 15:12:14 -0400 Subject: [PATCH] Lost password form --- functions.php | 2 +- glm-members-only-template.php | 32 +++++++++++++++++++++++++++++--- password-lost-form.php | 26 ++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 password-lost-form.php diff --git a/functions.php b/functions.php index dcaa7f8..4ad743f 100644 --- a/functions.php +++ b/functions.php @@ -244,6 +244,6 @@ function front_end_blank_credentials( $login, $username, $password ) { exit; } } -} +} ?> \ No newline at end of file diff --git a/glm-members-only-template.php b/glm-members-only-template.php index 366aff7..720cf35 100644 --- a/glm-members-only-template.php +++ b/glm-members-only-template.php @@ -17,7 +17,7 @@ Template Name: GLM Members Only Template
- +
Hello, user_login ?>.
Logout @@ -36,7 +36,7 @@ Template Name: GLM Members Only Template - Lost Password? + Lost Password? +
+ +

+ + +

+ +

+ +
+

+

+ +

+ +

+
+
diff --git a/password-lost-form.php b/password-lost-form.php new file mode 100644 index 0000000..193a9ff --- /dev/null +++ b/password-lost-form.php @@ -0,0 +1,26 @@ +
+ +

+ + +

+ +

+ +
+

+

+ +

+ +

+
+
\ No newline at end of file -- 2.17.1