anastasis-gtk

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

commit f2fbc38b8201d109c34d2fc5f6568c5c648cf328
parent 696a49ad7f742d17da5a5e9700f23d08246265ab
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 16 Nov 2021 14:33:31 +0100

explicitly mention 8-digit code and Google's badness

Diffstat:
Mcontrib/anastasis_gtk_auth_add_totp.glade | 22+++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/contrib/anastasis_gtk_auth_add_totp.glade b/contrib/anastasis_gtk_auth_add_totp.glade @@ -185,7 +185,9 @@ import the TOTP secret it into your TOTP App.</property> <property name="visible">True</property> <property name="can-focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">Confirm that your TOTP App works by entering the current code here:</property> + <property name="margin-start">10</property> + <property name="margin-end">10</property> + <property name="label" translatable="yes">Confirm that your TOTP App works by entering the current 8-digit TOTP code here:</property> </object> <packing> <property name="expand">False</property> @@ -214,6 +216,24 @@ import the TOTP secret it into your TOTP App.</property> <property name="position">1</property> </packing> </child> + <child> + <object class="GtkLabel" id="google_label"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="halign">start</property> + <property name="margin-start">20</property> + <property name="margin-end">20</property> + <property name="label" translatable="yes">We note that Google's implementation of TOTP is incomplete and will not work. We recommend using FreeOTP+.</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>