anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

commit 0ea0e7d7215648844a58d90315eb193a55458779
parent ea94fab6e38856cf459c3571e2f9ea036babc003
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 16 Nov 2021 16:33:31 +0100

stress case-sensitivity of security answer (#7084)

Diffstat:
Mcontrib/anastasis_gtk_auth_add_question.glade | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/contrib/anastasis_gtk_auth_add_question.glade b/contrib/anastasis_gtk_auth_add_question.glade @@ -286,6 +286,22 @@ the answer exactly as you typed it here.</property> <property name="position">1</property> </packing> </child> + <child> + <object class="GtkLabel" id="case_sensitivity_label"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="label" translatable="yes">Note that the answer is case-sensitive and must be entered +in exactly the same way (punctuation, spaces) during recovery.</property> + <attributes> + <attribute name="scale" value="0.80000000000000004"/> + </attributes> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property>