We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a61f28 commit 4d95cfeCopy full SHA for 4d95cfe
application/controllers/login.php
@@ -93,7 +93,7 @@ public function loginMe()
93
/**
94
* This function used to load forgot password view
95
*/
96
- function forgotPassword()
+ public function forgotPassword()
97
{
98
$this->load->view('forgotPassword');
99
}
@@ -111,7 +111,7 @@ function resetPasswordUser()
111
112
if($this->form_validation->run() == FALSE)
113
114
- $this->forgetPasswordUser();
+ $this->forgotPassword();
115
116
else
117
application/views/forgotPassword.php
@@ -94,6 +94,7 @@
</div><!-- /.col -->
</div>
</form>
+ <a href="<?php echo base_url() ?>">Login</a><br>
</div><!-- /.login-box-body -->
</div><!-- /.login-box -->
100
0 commit comments