Closed (fixed)
Project:
Git on Drupal.org
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 May 2012 at 19:07 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent
In order to upgrade Drupal.org to D7, the twisted daemon needs to be updated to work with D7 password hashing.
Comments
Comment #1
halstead commentedI've reimplemented Drupal 7 core's password hashing in python and added it to the twisted daemon. It is available at in commit fffaebd2013a79fbc5219b70b737ab77503db995 in git://github.com/halstead/Drupal.org-Git-Daemons.git or in chizu's repository.
This change requires an additional callback added in commit 224dc5d on 7.x-3.x of Drupal.org customizations. This new request should be cached using the same rules as the other requests but that needs to be tested. This change can be easily backported to 6.x in order to deploy on D6.
I've tested authentication locally but it needs to be tested on a fully functioning d.o stack.
Comment #2
eliza411 commentedTagging for fullstack testing.
Comment #3
senpai commentedTagging.
Comment #4
halstead commentedsdboyer and I tested on git6staging and worked out the remaining problems. RPM is rolled and delivered. Code is from the v0.1.7 tag at git://github.com/halstead/Drupal.org-Git-Daemons.git. I have heard that the needed drupalorg module code has already been deployed on drupal.org so once the RPM is vetted and in puppet git is ready for the PHPass conversion.
Comment #5
halstead commented