You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
598 B
11 lines
598 B
<h1><?php echo __('Forgot My Password'); ?></h1>
|
|
<p><?php echo __(
|
|
'Enter your username or email address in the form below and press the <strong>Send Email</strong> button to have a password reset link sent to your email account on file.');
|
|
?>
|
|
|
|
<form action="pwreset.php" method="post" id="clientLogin">
|
|
<div style="width:50%;display:inline-block"><?php echo __(
|
|
'We have sent you a reset email to the email address you have on file for your account. If you do not receive the email or cannot reset your password, please submit a ticket to have your account unlocked.'
|
|
); ?>
|
|
</div>
|
|
</form>
|