Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.bjs
index 74d6e92..9d0b5a1 100644 (file)
@@ -8,8 +8,7 @@
  "strings" : {
   "e2c9d024b79dfb48b42a7807206c6aed" : "Verify New IP Access",
   "d41d8cd98f00b204e9800998ecf8427e" : "",
-  "b945ed1d61d8edbe16a1192ad6d2fd58" : "Please enter a memorable password for logging into your application",
-  "ee7ad62ad69b9ab5f25d273e4e0a1736" : "Your Username",
+  "f6039d44b29456b20f8f373155ae4973" : "Username",
   "51eea3dc60ae3a0b1bb8188bc6337dc2" : "enter password",
   "1849ffc8731b5e74ae6157c91ba73575" : "Please confirm your password",
   "d71940f24ee38ee09f6e06b908480bcf" : "Resend email",
@@ -32,7 +31,7 @@
       "actioncomplete" : "function (_self, action)\n{\n    if (action.type == 'setdata') {\n    \n        _this.form.findField('password').focus();\n        \n        return;\n    }\n    if (action.type == 'load') {\n        \n        return;\n    }\n    if (action.type =='submit') {\n        \n        _this.dialog.hide();\n        \n        Roo.get(document.body).mask('Start your Application');\n        \n        setTimeout(function() {\n            window.location.href = baseURL;\n        }, 500); \n        \n        return;\n    }\n    \n}",
       "render" : "function (_self,e)\n{\n    _this.form = _self;\n    \n}"
      },
-     "$ string url" : "baseURL + '/Register/Confirm'",
+     "$ string url" : "baseURL + '/Core/VerifyAccess'",
      "Boolean errorMask" : true,
      "xtype" : "Form",
      "$ xns" : "Roo.bootstrap",
@@ -51,7 +50,7 @@
            "String name" : "email",
            "Boolean readOnly" : true,
            "xtype" : "Input",
-           "string fieldLabel" : "Your Username",
+           "string fieldLabel" : "Username",
            "String labelAlign" : "top",
            "$ xns" : "Roo.bootstrap"
           }
         {
          "xtype" : "Column",
          "Number xs" : 12,
-         "$ xns" : "Roo.bootstrap",
-         "items" : [
-          {
-           "xtype" : "FieldLabel",
-           "$ xns" : "Roo.bootstrap",
-           "String html" : "Please enter a memorable password for logging into your application"
-          }
-         ]
+         "$ xns" : "Roo.bootstrap"
         }
        ]
       },
            "$ xns" : "Roo.bootstrap"
           },
           {
-           "String name" : "verify_key",
+           "String name" : "authorized_key",
            "xtype" : "Input",
            "String inputType" : "hidden",
            "$ xns" : "Roo.bootstrap"