. require_once("../inc/db.inc"); require_once("../inc/util.inc"); require_once("../inc/user.inc"); page_head("Forgot your account info?"); echo "

1) If you know your account's email address, and you can receive email there:

Enter the email address below, and click OK. You will be sent email instructions for resetting your password. "; start_table(); echo "

\n"; row2("Email address",""); row2("", ""); echo "
"; end_table(); echo "

2) If you forgot your account's email address, or you can't receive email there:

If you have run BOINC under the account, you can still access it. Here's how: "; start_table(); echo "
\n"; row2("Log in with authenticator", ""); row2("Stay logged in on this computer", "" ); row2("", ""); echo "
"; end_table(); page_tail(); ?>