From da623156d34dae4d8fbc94cdc7180f5e76b4f0f8 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 10 Mar 2022 16:29:24 +0100 Subject: [PATCH] Adjust wording and style of server verify dialog Try to be a bit more verbose about what this dialog means and what the user should do. --- app/styles/base.css | 5 ++++- vnc.html | 10 +++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index 30ad08e5..9d0c3859 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -842,7 +842,7 @@ select:active { } /* ---------------------------------------- - * Key verification Dialog + * Server verification Dialog * ---------------------------------------- */ @@ -854,6 +854,9 @@ select:active { #noVNC_verify_server_dlg.noVNC_open { transform: translateY(0); } +#noVNC_fingerprint_block { + margin: 10px; +} /* ---------------------------------------- * Password Dialog diff --git a/vnc.html b/vnc.html index 87eac94f..2afa2118 100644 --- a/vnc.html +++ b/vnc.html @@ -280,12 +280,16 @@
Server identity
+
+ The server has provided the following identifying information: +
- -
+ Fingerprint: +
- Please verify the identification of the server by its fingerprint before you approve it. + Please verify that the information is correct and press + "Approve". Otherwise press "Reject".