. require_once("../inc/db.inc"); require_once("../inc/util.inc"); db_init(); $user = get_logged_in_user(false); page_head(tra("Change password")); echo "
"; if ($user) { echo " authenticator> "; start_table(); } else { start_table(); row1(tra("You can identify yourself using either"). "" ); row2(tra("Email address"), ""); row2(tra("Current password"), ""); row2( tra("OR: Account key"). "
".tra("Get account key by email")."", "" ); } row2(tra("New password"), ""); row2(tra("New password, again"), ""); row2("", ""); end_table(); echo "\n"; page_tail(); ?>