changeset in labs/bespinclient: bring in change from 3c5cbe576afa

0 views
Skip to first unread message

Kevin Dangoor

unread,
Jul 14, 2010, 3:03:28 PM7/14/10
to bespin-...@googlegroups.com
changeset 2fa6631e389e in /repo/hg/mozilla/labs/bespinclient
details: http://hg.mozilla.org/labs/bespinclient?cmd=changeset;node=2fa6631e389e
description:
bring in change from 3c5cbe576afa

diffstat:

plugins/supported/userident/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/plugins/supported/userident/index.js b/plugins/supported/userident/index.js
--- a/plugins/supported/userident/index.js
+++ b/plugins/supported/userident/index.js
@@ -260,7 +260,7 @@ exports.loginController.prototype = {
title: 'Reset Password',
body: 'The password has to be at least 6 and at most 20 characters.'
});
- } else if (this.get('password1') !== this.get('password2')) {
+ } else if (password !== password2) {
notifier.notify({
plugin: 'userident',
notification: 'loginerror',

Reply all
Reply to author
Forward
0 new messages