projects
/
WP-Themes
/
DiscoverKZOO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0bd8d9
)
Add lost password link
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 3 Jun 2016 17:55:13 +0000
(13:55 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 3 Jun 2016 17:55:13 +0000
(13:55 -0400)
glm-members-only-template.php
patch
|
blob
|
history
diff --git
a/glm-members-only-template.php
b/glm-members-only-template.php
index
d8fe371
..
366aff7
100644
(file)
--- a/
glm-members-only-template.php
+++ b/
glm-members-only-template.php
@@
-49,9
+49,9
@@
Template Name: GLM Members Only Template
<?php
update_option('glm_member_db_frontend_login_request', 'true');
wp_login_form(1, get_permalink());
- update_option('glm_member_db_frontend_login_request', 'false');
?>
</div>
+ <a href="<?php echo wp_lostpassword_url(); ?>" title="Lost Password">Lost Password?</a>
<?php } ?>
</div>
</div>