Closed (duplicate)
Project:
Salt
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2008 at 21:01 UTC
Updated:
28 Nov 2010 at 17:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
sheket commentedIt's been a few months...Any updates on this issue? This is a fairly large problem, because it breaks normal password email functionality, and exposes the salt, making it easier for an attacker to generate a hash table of password values.
Comment #2
HGS commentedWe had similar problems with our email registration. I've added an implementation of the hook_user hook and used that to update the password.
Comment #3
Zen commentedMarking this as a dupe of #327220: Autogenerated password not salted
Personally, I recommend against including the auto-generated password in the welcome e-mail at all and just relying on the login link. Salting generated passwords without a core patch is, afaik, only possible with a mail_alter. If you have a better approach, please reopen the linked issue.
Thanks,
-K