boinc/html/user/get_passwd.php

21 lines
437 B
PHP

<?php
require_once("../inc/db.inc");
require_once("../inc/util.inc");
require_once("../inc/user.inc");
page_head("Get account key");
echo "<form method=post action=mail_passwd.php>\n";
start_table();
row2("Email address","<input size=40 name=email_addr>");
row2("", "<input type=submit value=OK>");
echo "</table></form>
Your account key will be emailed to you.
You should receive it in a few minutes.<p>
";
page_tail();
?>