diff options
| author | jmoenig <jens@moenig.org> | 2013-05-10 15:23:28 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-05-10 15:23:28 +0200 |
| commit | 6c07875d04792bd8cc3947fed268c8709f79668f (patch) | |
| tree | e0724971da66f3d34e913f89035b276ee538da62 /cloud.js | |
| parent | b5ddbfbc7558dbdf2c7291598dd9d8face1fa229 (diff) | |
| download | snap-yow-6c07875d04792bd8cc3947fed268c8709f79668f.tar.gz snap-yow-6c07875d04792bd8cc3947fed268c8709f79668f.zip | |
Reset Password via emailed link
(front end only)
Diffstat (limited to 'cloud.js')
| -rw-r--r-- | cloud.js | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -29,7 +29,7 @@ /*global modules, IDE_Morph, SnapSerializer, hex_sha512, alert, nop*/ -modules.cloud = '2013-May-06'; +modules.cloud = '2013-May-10'; // Global stuff @@ -180,7 +180,6 @@ Cloud.prototype.getPublicProject = function ( Cloud.prototype.resetPassword = function ( username, - email, callBack, errorCall ) { @@ -193,9 +192,7 @@ Cloud.prototype.resetPassword = function ( (this.hasProtocol() ? '' : 'http://') + this.url + 'ResetPW' + '&Username=' - + encodeURIComponent(username) - + '&Email=' - + email, + + encodeURIComponent(username), true ); request.setRequestHeader( |
