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); } }); }