username == "service") //Service can modify service pw { $all_users = get_all_users($user, true); $ma_users = array(); foreach($all_users as $theuser) { if($theuser->username != "IE Assign" && $theuser->username != "ilinkacc" ) { $ma_users[] = $theuser; } } } else{ $ma_users = get_all_users($user, false); } error_log(print_r($ma_users, true)); $numRows = count($ma_users); // determine the attributes for the div that handles displaying and scrolling // for the main data table if ($numRows > MAX_ROWS_USER_LIST) { // make the table scrollable $divAttributes['divClass'] = "table-scroll"; $divAttributes['thClass'] = "table-noscroll"; $divAttributes['divHeight'] = MAX_SIZE_USER_LIST; } else { // no scrolling needed $divAttributes['divClass'] = ""; $divAttributes['thClass'] = ""; $divAttributes['divHeight'] = ""; } ?> Manage Users
0) { ?>
Error Message Image Error Message

Error code:
Informational Message Image

Operation Complete



It is highly recommended that the library's configuration is saved to an external file after each Configuration change. This can be done from the Save/Restore Configuration page.

Close Message

Users

Last refresh:

Current Users:
username.":".$ma_user->role.":".$ma_user->guid; if ($ma_user->role == "User") { $libGuids = ""; foreach ($ma_user->libraries as $library) { if ($libGuids == "") { $libGuids = $library->guid; $libNames = $library->name; $libEmTypes = $library->emulationType; } else { $libGuids = $libGuids.":".$library->guid; $libNames = $libNames.":".$library->name; $libEmTypes = $libEmTypes.":".$library->emulationType; } } } ?>
Select Username Role
username;?> role;?>
Total: