Users

"; $find = htmlentities(trim($_GET['find']), ENT_QUOTES, 'utf-8'); ?>

To find an user, enter their name, userid or email address in the box below and click search; matches will be shown in the list below.

Select a user below to edit them, or click the "Add" button to create a new user.

\n"; foreach (MTrackDB::q($sql) as $row) { $uid = $row[0]; $name = htmlentities($row[1], ENT_QUOTES, 'utf-8'); $email = htmlentities($row[2], ENT_QUOTES, 'utf-8'); $class = $row[3] == '1' ? 'activeuser' : 'inactiveuser'; echo "", "" . mtrack_username($uid, array('edit' => 1)) . "" . "$name", "$email", "\n"; } echo "
"; if ($offset > 0) { echo "Previous "; } echo "Next"; echo "

"; echo "

Add User

"; echo "
"; ?>

To create a new user, enter the userid (typically the "short" login name) that you want to use in the box below, and click "Create".