Punt the "moocow" VNC password - it's dumb, and we already have our
authorEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 01:45:16 +0000 (21:45 -0400)
committerEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 01:45:16 +0000 (21:45 -0400)
own authentication mechanism (that uses real authentication).

This commit cherry-picks r2487.

Except for the part where the entire commit conflicted.

svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2696

code/templates/vnc.mako
debian/changelog

index c211a32..867a145 100644 (file)
@@ -15,7 +15,6 @@ Console to ${machine.name}
 <p>See <a href="help?subject=Console" target="_blank">tips</a> about framebuffer and other issues.</p>
 <applet code="VncViewer.class" archive="https://${hostname}:446/static/VncViewer.jar"
         width="100%" height="1000">
 <p>See <a href="help?subject=Console" target="_blank">tips</a> about framebuffer and other issues.</p>
 <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}">
 <param name="VMNAME" value="${machine.name}">
 <param name="PORT" value="${port}">
 <param name="HOST" value="${hostname}">
 <param name="VMNAME" value="${machine.name}">
index ae345b0..652ffc6 100644 (file)
@@ -1,4 +1,4 @@
-invirt-web (0.0.25) unstable; urgency=low
+invirt-web (0.1.0) unstable; urgency=low
 
   * Depend on python-cherrypy3 and python-mako in preparation of migrating the
     web site.
 
   * Depend on python-cherrypy3 and python-mako in preparation of migrating the
     web site.