| 103 |
- |
1 |
<div class="container col-md-6">
|
|
|
2 |
<h2 class="public_head">
|
|
|
3 |
<i class="fas fa-user-tie"></i>
|
|
|
4 |
<?php echo $spText['login']['Forgot password?']?>
|
|
|
5 |
</h2>
|
|
|
6 |
<div class="public_form">
|
|
|
7 |
<?php if(!empty($error)) {?>
|
|
|
8 |
<h4><?php echo $spText['login']['Your Password Reset Failed']?></h4>
|
|
|
9 |
<?php showErrorMsg($error, false); ?>
|
|
|
10 |
<?php } else {?>
|
|
|
11 |
<h4><?php echo $spText['login']['Your Password Reset Successfully']?></h4>
|
|
|
12 |
<?php echo showSuccessMsg($spText['login']['password_reset_success_message'], false); ?>
|
|
|
13 |
<?php }?>
|
|
|
14 |
</div>
|
|
|
15 |
</div>
|