X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Login.js;h=234b9c099d3eef4ef42aea03dc812eec73172906;hp=a8233b237b699113b928c91257b05fc6203f8e0f;hb=c1af5e6bb6064e88469651271f4d9aaff34d69c0;hpb=aa2e80f40834b5b0c215aa45a734ed27f3301326 diff --git a/Pman.Login.js b/Pman.Login.js index a8233b23..234b9c09 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -259,16 +259,15 @@ Pman.Login = new Roo.util.Observable({ Roo.MessageBox.alert("Error", "Fill in your email address"); return; } - Roo.Ajax.request({ + 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;