Closed (fixed)
Project:
AES encryption
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Oct 2011 at 19:45 UTC
Updated:
28 Mar 2014 at 17:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ekristen commentedThis function should to check to see if aes passwords is even enabled and if it isn't just return immediately.
This specific error is caused because the function assumes there is always a post which there isn't. If someone calls user_save the hook_user_alter gets called, but no post took place.
Comment #2
EvanDonovan commentedHere's a patch. Let me know if this solves it.
Comment #3
EvanDonovan commentedTagging.
Comment #4
ekristen commentedGood to go.
Comment #5
EvanDonovan commentedShould only be marked "fixed" when the patch is committed. I've just been granted maintainership, so will commit soon.
Comment #6
13rac1 commented+1 Works as described. Commit?
Comment #7
jnettikTested and works for me as well.
Comment #8
EvanDonovan commentedCommitted to -dev: http://drupalcode.org/project/aes.git/commit/32280ea
Comment #9
EvanDonovan commented