Просмотр исходного кода

backups: Explain why passwords are always required

I had someone tell me IRL that they thought the fact that it still asked
for a password when "Encrypt backup" was unchecked was a bug. This is
not the case, so explain why.

I think this wording is more user-friendly than "also used for an HMAC"
or such.

Fixes https://github.com/QubesOS/qubes-issues/issues/2365
Jean-Philippe Ouellet 7 лет назад
Родитель
Сommit
d40e2000ca
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      backupdlg.ui

+ 10 - 0
backupdlg.ui

@@ -242,6 +242,16 @@
          </property>
         </widget>
        </item>
+       <item row="6" column="1">
+        <widget class="QLabel" name="label">
+         <property name="text">
+          <string>&lt;b&gt;Note:&lt;/b&gt; Even if you choose not to encrypt your backup, a password is still required in order to provide authenticated verification of the data. See the emergency restore instructions for more info.</string>
+         </property>
+         <property name="wordWrap">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
       </layout>
      </widget>
     </item>