Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Aug 2015 at 15:20 UTC
Updated:
26 Oct 2015 at 22:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
cilefen commentedThat is interesting - the Drupal 8 version has
#!/usr/bin/env phpbut the Drupal 7 version says:I wonder if that is for a reason.
Comment #3
cilefen commented#29706: More secure password hashing
Comment #4
cilefen commentedComment #5
cilefen commentedIt will be easy for a novice to create this patch.
Comment #6
cilefen commentedIt should have been backported in #2108573: password-hash.sh is broken, but let's fix it here.
Comment #7
epophoto commentedBeing an interested novice I will put together a patch for this now... brb :)
Comment #8
epophoto commentedI back-ported the same change from the D8 core, the only line changed here is the php env declaration at the top of the password-hash.sh file.
Comment #9
cilefen commented@epophoto Nice work!
Comment #10
David_Rothstein commentedCommitted to 7.x - thanks!