Closed (fixed)
Project:
Drupal core
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
22 Dec 2001 at 13:02 UTC
Updated:
28 Jan 2002 at 09:20 UTC
Jump to comment: Most recent
After you save or update a user's record from the "user management"-page in the admin section, you are redirected to an empty user page. I guess the user ID got lost during the redirect.
Comments
Comment #1
dries commentedFixed it. There was a bug in user_save(): when updating an existing user record it did not return the updated user/account object.
Comment #2
moshe weitzman commentedClosed.