Hi , forgot your login details?

We can send you an email with instructions to reset password.
Forgot your login details?


Please provide a username or email address for your account so that we can send you login instructions.


create('User',array('action' => 'forgotPassword')); ?> hidden('username', array('value'=> $user['username'])); ?>
label('username', 'Username or email address: ');?> input('username',array('label'=>false, 'maxlength' => '30', 'size' => '30', 'class' => 'nameField')); ?>
'.errorInfo::$errorInfo['USERNAME_EMAIL_ERROR'].'

'; } else if(!empty($status_message) && $status_message == SUCCESS) { echo '
We have sent you an email to reset your password.

'; echo 'Please allow a few minutes for this email to arrive.

In some cases, you may need to check the "spam" or "junk" folder of your email account to find this email.

'; } else if(!empty($status_message) && $status_message == SERVER_ERROR) { echo ''.errorInfo::$errorInfo['EMAIL_SERVER_ERR'].'

'; } ?>