Closed (fixed)
Project:
Drupal core
Version:
6.5
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
15 Oct 2008 at 10:39 UTC
Updated:
17 Oct 2008 at 19:56 UTC
When a user attempts to login the site with a blank or wrong password or username the error msg does not occur until that process is repeated.
Any Ideas guys? I have tried it with the cache on and off by the way, and sometimes the msg is persistent no matter if a login is attempted or not.
If I log out of one browser and into another after the first failed attempt it gives me the msg upon fresh login in said browser.
Comments
Comment #1
marcparker commentedthe site is at ourprattville.com if you want to see the issue 1st hand...
The issue occurs with all non core modules off...
Comment #2
marcparker commentedFound the answer here http://drupal.org/node/92657.
The problem relates to this quote from the link above: "Creating a custom login block will not call the validation for the user_login in the correct order -- so the error messages are delayed until page refresh, regardless of the action."
Comment #3
marcparker commented