Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions c449ac ... vs d75656 ... for public/js/app/admin-workspace/systemuserview.js

Diff revisions: vs.
  @@ -63,14 +63,16 @@
63 63 App.API.getTask(
64 64 'PinReset:' + _w.systemuserview.itemId, 'User', 'Profile.ForgotPassword', null,
65 65 {}, function () {
66 + //( id, data, options, callback, errorCallback, method, direct )
66 67 App.API.execTask(
67 68 'PinReset:' + _w.systemuserview.itemId, {
68 69 Reset : {
69 - email : _w.systemuserview.itemData.email
70 + email : _w.systemuserview.itemData.email,
71 + mobile : _w.systemuserview.itemData.mobile
70 72 }
71 73 }, {},
72 74 function() {
73 - alert('Pin reset successfull.');
75 + alert('Pin reset successful.');
74 76 }, _w.taskExecError
75 77 );
76 78 }, _w.taskContractError