summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-16 14:33:31 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-16 14:33:31 +0100
commitf2fbc38b8201d109c34d2fc5f6568c5c648cf328 (patch)
tree5953fcc1c1a54305293e3c5455f3f4cc75fb58e5 /contrib
parent696a49ad7f742d17da5a5e9700f23d08246265ab (diff)
downloadanastasis-gtk-f2fbc38b8201d109c34d2fc5f6568c5c648cf328.tar.gz
anastasis-gtk-f2fbc38b8201d109c34d2fc5f6568c5c648cf328.tar.bz2
anastasis-gtk-f2fbc38b8201d109c34d2fc5f6568c5c648cf328.zip
explicitly mention 8-digit code and Google's badness
Diffstat (limited to 'contrib')
-rw-r--r--contrib/anastasis_gtk_auth_add_totp.glade22
1 files changed, 21 insertions, 1 deletions
diff --git a/contrib/anastasis_gtk_auth_add_totp.glade b/contrib/anastasis_gtk_auth_add_totp.glade
index 1d1ce64..56a4224 100644
--- 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>