Within the next 10 minutes (usually instantly) you'll receive an email with instructions on the next step.
The email has been sent to %s.";
//
$lostpw_send_subj = "Password recovery 1/2";
$lostpw_send_mail = "%s,
This email has been sent from https://".ZDOMAIN.",
you have received this email because someone requested password recovery.
If you did not requested password recovery, please disregard this
email. You do not need to unsubscribe or take any further action.
We require that you \"validate\" your password recovery to ensure that
you instigated this action.
Simply click on the link below and complete the rest of the form:
https://".ZDOMAIN."/main/lostpw?id=%s&key=%s
New password will be sended to this mail.";
$lostpw_send = "Mail with password recovery validation has been sent to %s";
//
$lostpw_success_subj = "Password recovery 2/2";
$lostpw_success_mail = "Your new password for site ".ZDOMAIN.": %s";
$lostpw_success = "Mail with your new password has been sent to %s";
?>