Index: trunk/packages/invirt-web/code/templates/vnc.tmpl
===================================================================
--- trunk/packages/invirt-web/code/templates/vnc.tmpl	(revision 2491)
+++ trunk/packages/invirt-web/code/templates/vnc.tmpl	(revision 2492)
@@ -16,4 +16,5 @@
 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
         WIDTH="100%" HEIGHT="1000">
+<PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="$port">
 <PARAM NAME="HOST" VALUE="$hostname">
Index: trunk/packages/invirt-web/debian/changelog
===================================================================
--- trunk/packages/invirt-web/debian/changelog	(revision 2491)
+++ trunk/packages/invirt-web/debian/changelog	(revision 2492)
@@ -1,2 +1,8 @@
+invirt-web (0.0.23) unstable; urgency=low
+
+  * Revert 0.0.22, since running VMs still have a password set.
+
+ -- Evan Broder <broder@mit.edu>  Mon, 28 Sep 2009 23:24:00 -0400
+
 invirt-web (0.0.22) unstable; urgency=low
 
Index: trunk/scripts/vnc-client/invirt-vnc-client
===================================================================
--- trunk/scripts/vnc-client/invirt-vnc-client	(revision 2491)
+++ trunk/scripts/vnc-client/invirt-vnc-client	(revision 2492)
@@ -202,6 +202,5 @@
         reactor.listenTCP(listen[1], ProxyFactory(connect_host, connect_port, authtoken, machine))
     
-    print "Ready to connect. Connect to %s:%s (display %d) now with your VNC"
-    print "client. There should be no password." % (listen[0], listen[1], listen[1]-5900)
+    print "Ready to connect. Connect to %s:%s (display %d) now with your VNC client. The password is 'moocow'." % (listen[0], listen[1], listen[1]-5900)
     print "You must connect before your authentication token expires at %s." % \
           (time.ctime(token_expires))
