show/hide this revision's text 2 added 192 characters in body

You could use a password strength checker when a user sets their password to make sure they're not using an easily brute-forced password.

EDIT: Just to be clear, this shouldn't be seen as a complete solution to the problem you're trying to solve, but it should be considered in conjunction with some of the other answers.

show/hide this revision's text 1

You could use a password strength checker when a user sets their password to make sure they're not using an easily brute-forced password.