boinc/html/user/get_passwd.php

23 lines
513 B
PHP

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