Pman.Dialog.BAdminPasswordReset.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:46:40 +0000 (10:46 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:46:40 +0000 (10:46 +0800)
Pman.Dialog.BAdminPasswordReset.js

Pman.Dialog.BAdminPasswordReset.bjs
Pman.Dialog.BAdminPasswordReset.js

index e8fc28a..497136c 100644 (file)
@@ -60,7 +60,7 @@
          "labelAlign" : "top",
          "xtype" : "Form",
          "method" : "POST",
-         "| function verifyCheckSum" : "function() \n{ \n    _this.dialog.hide();\n    \n    new Pman.Request({\n        url: baseURL + '/Login.php',\n        method : 'POST',\n        mask : 'Verifying...',\n        params : {\n            id : _this.form.findField('id').getValue(),\n            ts : _this.form.findField('ts').getValue(),\n            key : _this.form.findField('key').getValue(),\n            _verifyCheckSum : 1\n        },\n        success : function(res) {\n            _this.dialog.show();\n        }\n    });\n}",
+         "| function verifyCheckSum" : "function() \n{ \n    _this.dialog.hide();\n    \n    new Pman.Request({\n        url: baseURL + '/Login',\n        method : 'POST',\n        mask : 'Verifying...',\n        params : {\n            id : _this.form.findField('id').getValue(),\n            ts : _this.form.findField('ts').getValue(),\n            key : _this.form.findField('key').getValue(),\n            _verifyCheckSum : 1\n        },\n        success : function(res) {\n            _this.dialog.show();\n        }\n    });\n}",
          "$ xns" : "Roo.bootstrap",
          "Boolean loadMask" : false,
          "String style" : "padding: 10px;",
index afce696..6b22156 100644 (file)
@@ -100,7 +100,7 @@ Roo.apply(Pman.Dialog.BAdminPasswordReset.prototype, {
               _this.dialog.hide();
               
               new Pman.Request({
-                  url: baseURL + '/Login.php',
+                  url: baseURL + '/Login',
                   method : 'POST',
                   mask : 'Verifying...',
                   params : {