[Spice-devel] [PATCH] spice.html: remove default password

Jeremy White jwhite at codeweavers.com
Thu May 30 08:36:37 PDT 2013


Acked and pushed.

Cheers,

Jeremy

On 05/30/2013 10:10 AM, Alon Levy wrote:
> Signed-off-by: Alon Levy <alevy at redhat.com>
> ---
>  spice.html | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/spice.html b/spice.html
> index 0f705fd..bd8d1ab 100644
> --- a/spice.html
> +++ b/spice.html
> @@ -119,7 +119,7 @@
>              <span class="logo">SPICE</span>
>              <label for="host">Host:</label> <input type='text' id='host' value='localhost'> <!-- localhost -->
>              <label for="port">Port:</label> <input type='text' id='port' value='5959'>
> -            <label for="password">Password:</label> <input type='password' id='password' value='spicy'>
> +            <label for="password">Password:</label> <input type='password' id='password' value=''>
>              <button id="connectButton" onclick="connect();">Start</button>
>          </div>
>  



More information about the Spice-devel mailing list