Login validation function is processed, even when the username field is empty, so that shows the message 'The username has been blocked.', which is not exactly correct.
Note that when username (or password) fields are empty, the default validation process will already reject the login attempt (both are required fields).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | user_validate_if_not_empty_0.patch | 488 bytes | markus_petrux |
| user_validate_if_not_empty.patch | 488 bytes | markus_petrux |
Comments
Comment #1
markus_petrux commentedre-rolled for current cvs.
Comment #2
markus_petrux commentedOops, this is a nice dup. First reported here:
http://drupal.org/node/29549