Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
user system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2007 at 13:59 UTC
Updated:
7 Jul 2007 at 13:45 UTC
Now that user_authenticate has been significantly trimmed, it appears user_login_authenticate_validate() needs a little trimming as well.
user_login_authenticate_validate() sets global $user (but global $user is already set by the call to user_authenticate().
The supplied patch removes the global $user bits from user_login_authenticate_validate().
| Comment | File | Size | Author |
|---|---|---|---|
| user_login_authenticate_validate.patch | 736 bytes | johnalbin |
Comments
Comment #1
moshe weitzman commentedgood catch.
Comment #2
gábor hojtsyGood catch indeed, committed.
Comment #3
gábor hojtsyComment #4
(not verified) commented