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.
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.