Account configuration
Thank you for allowing ".PROJECT." to use part of your computer power.
You control when and how your computer is used.
We suggest using the defaults -
just go to the bottom and click OK.
";
$prefs = default_prefs();
global_prefs_update($user, $prefs);
project_prefs_update($user, $prefs);
prefs_form_global($user, $prefs, "account_setup_first_project.php");
page_tail();
?>