in src/main/resources/SLING-INF/libs/sling/resource-editor/static/js/LoginController.js [50:55]
$('#login_form input').keydown(function(event) {
if (event.keyCode == 13/*Return key*/) {
submitForm();
return false;
}
});