.
require_once("../inc/util.inc");
require_once("../inc/user.inc");
$url = parse_config(get_config(), "
", tra("Your weak account key for this project is:"), "
", "$weak_auth", "
" , tra("To use your weak account key on a given host, find or create the 'account file' for this project. This file has a name of the form account_PROJECT_URL.xml. The account file for %1 is %2.", PROJECT, $account_file), "
", "", tra("Create this file if needed. Set its contents to:"), "
", "", htmlspecialchars( "", ""), " PROJECT_URL WEAK_ACCOUNT_KEY
", tra("Your weak account key is a function of your password. If you change your password, your weak account key changes, and your previous weak account key becomes invalid."), "
" ; page_tail(); ?>