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
This commit is contained in:
parent
2bf8a99c88
commit
d40e2000ca
10
backupdlg.ui
10
backupdlg.ui
@ -242,6 +242,16 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="6" column="1">
|
||||||
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="text">
|
||||||
|
<string><b>Note:</b> 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>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user