-
Notifications
You must be signed in to change notification settings - Fork 54
/
forgot_psswrd.php
27 lines (24 loc) · 1.06 KB
/
forgot_psswrd.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
$title = "Forgot password • Hashtag";
$keywords = "Hashtag, Share and capture world's moments, share, capture, share, login, forgot password";
$desc = "Hashtag lets you capture, follow, like and share world's moments in a better way and tell your story with photos, messages, posts and everything in between";
?>
<?php include 'index_include/index_header.php'; ?>
<div class="notify"><span></span></div>
<div class="forgot">
<div class="forgot_info">
<span>Password retrieval</span>
</div>
<div class="forgot_main">
<form class="forgot_form" action="" method="post">
<span>Please enter the email you registered with</span>
<input type="text" name="forgot_text" value="" placeholder="Your email.." required spellcheck="false" autofocus class="forget_text" id="forget_text">
<input type="submit" name="forgot_submit" value="Recover" class="f_p_submit">
</form>
</div>
</div>
<div class="overlay-2"></div>
<?php include 'index_include/index_footer.php'; ?>
<script type="text/javascript">
$('.forgot').passwordRetrieval();
</script>