From 08c5fed1b310c6b8f87967d9606dd946c645a368 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Fri, 10 Oct 2014 16:07:35 -0400 Subject: [PATCH] freeotp --- .../src/main/resources/theme/account/base/totp.ftl | 8 ++++---- .../theme/login/base/login-config-totp.ftl | 2 +- .../theme/login/base/messages/messages.properties | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/forms/common-themes/src/main/resources/theme/account/base/totp.ftl b/forms/common-themes/src/main/resources/theme/account/base/totp.ftl index f60bad1238..d05dd8b616 100755 --- a/forms/common-themes/src/main/resources/theme/account/base/totp.ftl +++ b/forms/common-themes/src/main/resources/theme/account/base/totp.ftl @@ -12,7 +12,7 @@ - Google + FreeOTP @@ -25,12 +25,12 @@
    -
  1. Download the Google Authenticator app in your device.
  2. -
  3. Create an account in Google Authenticator and scan the barcode or the provided key below.
    +
  4. Download the FreeOTP app in your device.
  5. +
  6. Create an account in FreeOTP and scan the barcode or type in the provided key below.
    Figure: Barcode
    ${totp.totpSecretEncoded}
  7. -
  8. Enter the one-time-password provided by Google Authenticator below and click Submit to finish the setup.
  9. +
  10. Enter the one-time-password provided by FreeOTP below and click Submit to finish the setup.

diff --git a/forms/common-themes/src/main/resources/theme/login/base/login-config-totp.ftl b/forms/common-themes/src/main/resources/theme/login/base/login-config-totp.ftl index 9d178d795c..48482553a9 100755 --- a/forms/common-themes/src/main/resources/theme/login/base/login-config-totp.ftl +++ b/forms/common-themes/src/main/resources/theme/login/base/login-config-totp.ftl @@ -30,7 +30,7 @@ <#elseif section = "info" >
  1. -

    ${rb.loginTotpStep1_1} ${rb.loginTotpStep1_2} ${rb.loginTotpStep1_3}

    +

    ${rb.loginTotpStep1_1} ${rb.loginTotpStep1_2} ${rb.loginTotpStep1_3}

  2. ${rb.loginTotpStep2}

    diff --git a/forms/common-themes/src/main/resources/theme/login/base/messages/messages.properties b/forms/common-themes/src/main/resources/theme/login/base/messages/messages.properties index 7240e9d21c..ff0e6ad660 100755 --- a/forms/common-themes/src/main/resources/theme/login/base/messages/messages.properties +++ b/forms/common-themes/src/main/resources/theme/login/base/messages/messages.properties @@ -47,8 +47,8 @@ invalidPasswordExisting=Invalid existing password invalidPasswordConfirm=Password confirmation doesn't match invalidTotp=Invalid authenticator code -successTotp=Google authenticator configured. -successTotpRemoved=Google authenticator removed. +successTotp=FreeOTP authenticator configured. +successTotpRemoved=FreeOTP authenticator removed. usernameExists=Username already exists emailExists=Email already exists @@ -60,12 +60,12 @@ loginOauthTitle=Temporary access. loginOauthTitleHtml=Temporary access requested. Login to grant access. loginForgot=Forgot -loginTotpTitle=Google Authenticator Setup +loginTotpTitle=FreeOTP Authenticator Setup loginTotpStep1_1=Download the -loginTotpStep1_2=Google Authenticator app +loginTotpStep1_2=FreeOTP Authenticator app loginTotpStep1_3=in your device. -loginTotpStep2=Create an account in Google Authenticator and scan the barcode or the provided key below. -loginTotpStep3=Enter the one-time-password provided by Google Authenticator below and click Submit to finish the setup. +loginTotpStep2=Create an account in FreeOTP and scan the barcode or type in the provided key below. +loginTotpStep3=Enter the one-time-password provided by FreeOTP below and click Submit to finish the setup. loginTotpOneTime=One-time-password loginProfileTitle=Update Account Information @@ -91,7 +91,7 @@ errorTitle=We're sorry... errorTitleHtml=We're sorry ... errorGenericMsg=Something happened and we could not process your request. actionWarningHeader=Your account is not enabled. -actionTotpWarning=You need to set up the Google Authenticator to activate your account. +actionTotpWarning=You need to set up the FreeOTP Authenticator to activate your account. actionProfileWarning=You need to update your user profile to activate your account. actionPasswordWarning=You need to change your password to activate your account. actionEmailWarning=You need to verify your email address to activate your account.