From d150730212d5680abbad373fa8758614ceb9d87b Mon Sep 17 00:00:00 2001 From: Dominik Dzienia Date: Wed, 9 Sep 2020 11:53:39 +0200 Subject: [PATCH] Make need for additional PIN at end of security code (after OTP) more obvious * change hint for code checking edit field to indicate need for PIN * add additional text about how code is constructed from OTP token and PIN * change PIN preference label - add that it is mandatory * add "followed by PIN" to text sent via SMS --- .../res/layout/activity_smscommunicator_otp.xml | 13 +++++++++++-- app/src/main/res/values/strings.xml | 7 +++++-- app/src/main/res/xml/pref_smscommunicator.xml | 14 +++++++------- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/layout/activity_smscommunicator_otp.xml b/app/src/main/res/layout/activity_smscommunicator_otp.xml index 570b01c4c7..91e9fef298 100644 --- a/app/src/main/res/layout/activity_smscommunicator_otp.xml +++ b/app/src/main/res/layout/activity_smscommunicator_otp.xml @@ -46,6 +46,15 @@ style="@style/section_header_label" android:text="@string/smscommunicator_otp_step3_test_header" /> + + + android:text="@string/smscommunicator_code_verify_label" /> smscommunicator_otp_password smscommunicator_otp_secret - from Authenticator app for: %1$s + from Authenticator app for: %1$s followed by PIN Enable Authenticator Authenticate commands using One Time Passwords generated by Google Authenticator or similar 2FA apps. - Additional PIN at token end + Additional mandatory PIN at token end Additional digits that should be memorised and glued at end of each generated One Time Password Authenticator setup + Code to check: + OTP + PIN + The verification code consist of 6 digits displayed by Authenticator app (known as OTP) followed by 3 or more digits of mandatory PIN. OTP to check: Reset Authenticators Reset Authenticator Key diff --git a/app/src/main/res/xml/pref_smscommunicator.xml b/app/src/main/res/xml/pref_smscommunicator.xml index 2346fcdbb4..564b540789 100644 --- a/app/src/main/res/xml/pref_smscommunicator.xml +++ b/app/src/main/res/xml/pref_smscommunicator.xml @@ -35,13 +35,6 @@ android:title="@string/smscommunicator_otp_enabled" app:isPreferenceVisible="false" /> - - - - + + + + \ No newline at end of file