From 9c4846681b13923046d0e2da837c6580a419e950 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 19 Nov 2015 22:39:56 -0500 Subject: fix divs and things --- StoneIsland/www/js/lib/account/ProfileView.js | 1 + 1 file changed, 1 insertion(+) (limited to 'StoneIsland/www/js/lib/account/ProfileView.js') diff --git a/StoneIsland/www/js/lib/account/ProfileView.js b/StoneIsland/www/js/lib/account/ProfileView.js index 6d9a44a3..f03572dc 100644 --- a/StoneIsland/www/js/lib/account/ProfileView.js +++ b/StoneIsland/www/js/lib/account/ProfileView.js @@ -24,6 +24,7 @@ var ProfileView = FormView.extend({ validate_fields: function(errors){ if (data.Password && ! data.Password2) { errors.push("Password2", "Please enter your new password.") } + if (data.Password && data.Password.length < 7) { errors.push("Password", "Password must be 7 characters or more.") } }, success: function(data){ -- cgit v1.2.3-70-g09d2