Closed (cannot reproduce)
Project:
Secure Password Hashes
Version:
5.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2008 at 17:25 UTC
Updated:
29 Jun 2011 at 23:02 UTC
Comments
Comment #1
douggreen commentedThat code gets run when you submit the user edit form, regardless of whether you changed the password. So that part makes sense.
However, the SQL is messed up, and I don't see how the code could possibly generate it. Does line 32 of phpass.module say:
That's the only "UPDATE user_phpass" in the code, so phpass is not messing this up. It's possible that some other module's db_rewrite_sql is causing the problem... Have you recently added some other module?
Comment #2
owen barton commentedComment #3
pwolanin commented