From: Evan Broder <broder@mit.edu>
Date: Tue, 29 Sep 2009 01:45:16 +0000 (-0400)
Subject: Punt the "moocow" VNC password - it's dumb, and we already have our
X-Git-Tag: 0.1.0^2~39
X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/dee8f523f5961bbe39c9563d917e0c8d3a3ff01a

Punt the "moocow" VNC password - it's dumb, and we already have our
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
---

diff --git a/code/templates/vnc.mako b/code/templates/vnc.mako
index c211a32..867a145 100644
--- a/code/templates/vnc.mako
+++ b/code/templates/vnc.mako
@@ -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">
-<param name="PASSWORD" value="moocow">
 <param name="PORT" value="${port}">
 <param name="HOST" value="${hostname}">
 <param name="VMNAME" value="${machine.name}">
diff --git a/debian/changelog b/debian/changelog
index ae345b0..652ffc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.