\n\n";
echo " \n";
echo "Use the following tools to manage the users that access your site. \n";
echo "\n";
echo " |
";
show_users();
} // show_manage_users()
/*!
@function show_user_form
@discussion shows the user form
*/
function show_user_form ($username, $fullname, $email, $access, $type, $error) {
require(conf('prefix').'/templates/userform.inc');
} // show_user_form()
/*
* show_change_password
*
*/
function show_change_password ($username) {
$user = get_user($username);
print("