alert(_("Passwords do not match"));
return false;
} else {
if ($("input[name='newpassword']").val().match(/^\s*$/)) {
alert(_("Password contains nothing except whitespace"));
return true;
}
});
$("body").on('click', "#fillrandom",function(e) {
-