Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
authorEdward <edward@roojs.com>
Wed, 19 Dec 2018 07:37:30 +0000 (15:37 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Dec 2018 07:37:30 +0000 (15:37 +0800)
Pman.Dialog.BAdminStaffTwoFactorQRCode.js

Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
Pman.Dialog.BAdminStaffTwoFactorQRCode.js

index 2873a60..5da4af8 100644 (file)
@@ -6,10 +6,10 @@
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
-  "dc7b0c7f9d3941532bda06cd58eec7bd" : "<ol class='qr-list' start=\"1\">\n    <li>Open Google Authenticator in your phone, and scan this QR code.</li>\n</ol>",
   "2194867d6c27ce97cd1f0a5db8d5c95e" : "Setup 2-Factor Authentication",
   "5d412a3d8de0189df31c8f331e2e6630" : "<ol class='qr-list' start=\"2\">\n    <li>After adding this to Google Authenticator, type in the generated number below to confirm.</li>\n</ol>",
   "131e3875e777f6c9a8e510f96a4d20d2" : "Skip for now",
+  "d5586cc2733f9741fdbd51f17fcd0c08" : "1. Download an Authentication App on your phone, like \"Google Authenticator\" or \"Authy\"",
   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
   "ee468f72ab7fe4937fb014d6fcea540b" : "Enter Two factor Authentication code",
   "93da2892625bc6aa6c2ceccee35513bf" : "1. Open Google Authenticator in your phone, and scan this QR code.",
@@ -76,7 +76,7 @@
          "xtype" : "Container",
          "$ xns" : "Roo.bootstrap",
          "String well" : "sm",
-         "String html" : "<ol class='qr-list' start=\"1\">\n    <li>Open Google Authenticator in your phone, and scan this QR code.</li>\n</ol>"
+         "String html" : "1. Download an Authentication App on your phone, like \"Google Authenticator\" or \"Authy\""
         }
        ]
       }
index 64a544f..60c7332 100644 (file)
@@ -8,10 +8,10 @@ Pman.Dialog.BAdminStaffTwoFactorQRCode= function() {}
 Roo.apply(Pman.Dialog.BAdminStaffTwoFactorQRCode.prototype, {
 
  _strings : {
-  'dc7b0c7f9d3941532bda06cd58eec7bd' :"<ol class='qr-list' start=\"1\">\n    <li>Open Google Authenticator in your phone, and scan this QR code.</li>\n</ol>",
   '2194867d6c27ce97cd1f0a5db8d5c95e' :"Setup 2-Factor Authentication",
   '5d412a3d8de0189df31c8f331e2e6630' :"<ol class='qr-list' start=\"2\">\n    <li>After adding this to Google Authenticator, type in the generated number below to confirm.</li>\n</ol>",
   '131e3875e777f6c9a8e510f96a4d20d2' :"Skip for now",
+  'd5586cc2733f9741fdbd51f17fcd0c08' :"1. Download an Authentication App on your phone, like \"Google Authenticator\" or \"Authy\"",
   'ea4788705e6873b424c65e91c2846b19' :"Cancel",
   'ee468f72ab7fe4937fb014d6fcea540b' :"Enter Two factor Authentication code",
   '93da2892625bc6aa6c2ceccee35513bf' :"1. Open Google Authenticator in your phone, and scan this QR code.",
@@ -175,11 +175,7 @@ Roo.apply(Pman.Dialog.BAdminStaffTwoFactorQRCode.prototype, {
         items  : [
          {
           xtype : 'Container',
-          html : _this._strings['dc7b0c7f9d3941532bda06cd58eec7bd'] /* 
-          <ol class='qr-list' start="1">          
-    <li>Open Google Authenticator in your phone, and scan this QR code.</li>          
-</ol>
-          */ ,
+          html : _this._strings['d5586cc2733f9741fdbd51f17fcd0c08'] /* 1. Download an Authentication App on your phone, like "Google Authenticator" or "Authy" */,
           well : 'sm',
           xns : Roo.bootstrap,
           '|xns' : 'Roo.bootstrap'