empty pwd

v1.18.x
barisusakli 9 years ago
parent a4646abe43
commit b56aef22a9

@ -50,7 +50,7 @@ define('forum/login', ['csrf', 'translator'], function(csrf, translator) {
}); });
if ($('#content #username').attr('readonly')) { if ($('#content #username').attr('readonly')) {
$('#content #password').focus(); $('#content #password').val('').focus();
} else { } else {
$('#content #username').focus(); $('#content #username').focus();
} }

Loading…
Cancel
Save