X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Login.js;h=2b0c12a30c2f06cc4d95ada5e9264e521a7137f7;hp=025769a2eb83cc82a8850513a8bcba6043e8329a;hb=HEAD;hpb=afba19c03c4da30cc358de891e564e5929a20d1c diff --git a/Pman.Login.js b/Pman.Login.js index 025769a2..a7b77e23 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -132,7 +132,9 @@ Pman.Login = new Roo.util.Observable({ var res = Pman.processResponse(response); //console.log(res); if ( Pman.Login.checkFails > 2) { - Pman.Preview.disable(); + if (typeof(Pman.Preview) != 'undefined') { + Pman.Preview.disable(); // not sure why this was added - but MO chrome does not have it. + } Roo.MessageBox.alert("Error", res.errorMsg ? res.errorMsg : "Error getting authentication status. - try reloading"); return; @@ -259,15 +261,15 @@ Pman.Login = new Roo.util.Observable({ Roo.MessageBox.alert("Error", "Fill in your email address"); return; } - Roo.Ajax.request({ - url: baseURL + '/Login.js', + new Pman.Request({ + url: baseURL + '/Login.js', + mask : "Sending Password Reset email", params: { passwordRequest: n }, method: 'POST', - success: function(response, opts) { // check successfull... + success: function(res) { // check successfull... - var res = Pman.processResponse(response); if (!res.success) { // error! Roo.MessageBox.alert("Error" , res.errorMsg ? res.errorMsg : "Problem Requesting Password Reset"); return; @@ -348,9 +350,8 @@ Pman.Login = new Roo.util.Observable({ autoCreate : {tag: "input", type: "text", size: "20"} }), - new Roo.form.TextField({ + new Roo.form.Password({ fieldLabel: "Password", - inputType: 'password', name: 'password', width:200, autoCreate : {tag: "input", type: "text", size: "20"}, @@ -420,7 +421,8 @@ Pman.Login = new Roo.util.Observable({ }, Pman.Login.form.el.dom.firstChild ).on('error', function() { - this.dom.style.display = 'none'; + this.dom.style.visibility = 'hidden'; + this.dom.style.height = '10px'; }); var vp = this.dialog.getLayout().add('center', new Roo.ContentPanel(ef, {