GetUserByEmail($email); if($user) { $status = null; $token = $mp->GeneratePassword(20); $user->forgot_password_token = $token; $mp->Update($user, $status); if($status == MembershipActionStatus::MembershipSuccess) { $mail->setFrom("noreply@cloudbasega.com", "CloudBaseGA"); $mail->addAddress($email, $email); $mail->Subject = "CloudBaseGA - Forgot my password"; $mail->Body = send_email_forgot_password($token, $email); if(!$mail->send()) { send_email_error("forgot_password.php","forgot password",$mail->ErrorInfo); } send_email_forgot_password($token, $email); $message = "

A link was sent to your email. Make sure you check your junk folder too.


"; } } } ?> CloudBase GA


CloudBase GA


 
If you can't remember your current password, we need to create a new one. Please type your e-mail address below and your new password will be sent to your registered e-mail address.


E-mail:
Go back to the home page