A former colleague which is pretty up to date on security issues, told me that I should change the error message when a user tries to log in and the user types the wrong password.
Today the default error message is: ERROR: Incorrect password.
The problem with this, is that you are confirming correct username, thus making it a lot easier for brute-force generators to guess the password.
Much better error message would be ERROR: Wrong username or password.
But where in WP can I change this?
And how can I maintain the change when I update WP later on?