Remove text on failed login that says if you're wrong on user or password.
add_filter( 'login_errors', 'rp_no_wordpress_errors' ); function rp_no_wordpress_errors(){ return 'Al parecer algo no funciona bien...'; }