23 Jun
2005
23 Jun
'05
7:59 p.m.
Issue status update for http://drupal.org/node/25626 Project: Drupal Version: cvs Component: user.module Category: bug reports Priority: normal Assigned to: mathias Reported by: mathias Updated by: mathias Status: patch Attachment: http://drupal.org/files/issues/user_false_blocked.patch (3.01 KB) The login form at ?q=user shows a 'The username has been blocked' message to all users before they attempt to login. This patch actually checks if $edit['name'] isset before handing off to user_is_blocked(). mathias