Issue #3440063: [D7] User edit form does not use flood control and allow for password brute force attacks
Compare changes
+ 17
− 0
@@ -1241,11 +1241,28 @@ function user_validate_current_pass(&$form, &$form_state) {
form_set_error('current_pass', format_plural($user_pass_reset_user_limit, 'Sorry, you have entered incorrect password more than once. Changes to fields that require current password are temporarily blocked. Try again later.', 'Sorry, you have entered incorrect password more than @count times. Changes to fields that require current password are temporarily blocked. Try again later.'));