Index: trunk/ippMonitor/raw/ipp.php
===================================================================
--- trunk/ippMonitor/raw/ipp.php	(revision 25783)
+++ trunk/ippMonitor/raw/ipp.php	(revision 26456)
@@ -17,5 +17,5 @@
     echo "Username: <input type=\"text\" name=\"username\"><br>\n";
   }
-  echo 'Password: <input type="text" name="password"><br>', "\n";
+  echo 'Password: <input type="password" name="password"><br>', "\n";
   echo '<input type="submit" name="login" value="login">', "\n";
   echo '</form>', "\n\n";
@@ -430,4 +430,8 @@
   }
   if ($value == "") { return $where; }
+
+  global $restricted;
+  $restricted = 1;
+
   if ($where) { 
     $where = $where . " AND"; 
