[drupal-devel] [bug] Faulty 'The username has been blocked' message
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
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: moshe weitzman Status: patch I can confirm that this is a real bug. And a blatant one too. moshe weitzman Previous comments: ------------------------------------------------------------------------ June 23, 2005 - 12:54 : mathias 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().
participants (2)
-
mathias -
moshe weitzman