From 330c62890afa0b07e9edaf5a101f457136ef0298 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 5 Jun 2012 15:29:17 +0200 Subject: [PATCH] use validateUser for reset form --- static/js/pandora/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/account.js b/static/js/pandora/account.js index db76a4a6..c707dc11 100644 --- a/static/js/pandora/account.js +++ b/static/js/pandora/account.js @@ -296,7 +296,7 @@ pandora.ui.accountForm = function(action, value) { {title: '', width: 0} ], validate: function(value, callback) { - callback(!Ox.isEmpty(value[1])); + pandora.validateUser(value[0], true)(value[1], callback); } }); }