summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-05-10 15:23:28 +0200
committerjmoenig <jens@moenig.org>2013-05-10 15:23:28 +0200
commit6c07875d04792bd8cc3947fed268c8709f79668f (patch)
treee0724971da66f3d34e913f89035b276ee538da62 /gui.js
parentb5ddbfbc7558dbdf2c7291598dd9d8face1fa229 (diff)
downloadsnap-6c07875d04792bd8cc3947fed268c8709f79668f.tar.gz
snap-6c07875d04792bd8cc3947fed268c8709f79668f.zip
Reset Password via emailed link
(front end only)
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui.js b/gui.js
index ca16b7c..fa1990a 100644
--- a/gui.js
+++ b/gui.js
@@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2013-May-06';
+modules.gui = '2013-May-10';
// Declarations
@@ -3086,12 +3086,12 @@ IDE_Morph.prototype.resetCloudPassword = function () {
function (user) {
SnapCloud.resetPassword(
user.username,
- user.email,
function (txt, title) {
new DialogBoxMorph().inform(
title,
txt +
- '.\n\nAn e-mail with your password\n' +
+ '.\n\nAn e-mail with a link to\n' +
+ 'reset your password\n' +
'has been sent to the address provided',
world,
myself.cloudIcon(null, new Color(0, 180, 0))