Closed (fixed)
Project:
HTPasswd Sync
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2009 at 21:06 UTC
Updated:
11 Jul 2009 at 13:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
fasdalf@fasdalf.ru commentedDrupal calls hook_user for every deleted user, so bulk user deletion is almost useless. This funtions was changed.
Passfile load removed.
DELETED rows check removed because deleted uders do not stay in database anymore.
Don't create DELETED rows in database
Use one user account details (user object)
Give _htpasswdsync_delete user $account object instead of $edit form
There is a HTPasswdSync-437844-1.patch for this issue specialy and full patch for full complex isue fix, including #437904: Invalid group file generated on user creation/edit
Modified module also included.
Comment #2
fasdalf@fasdalf.ru commentedNeeds to be tested and included in next release.
Comment #3
fasdalf@fasdalf.ru commentedUploading fixed module. Syntax error with $account->name fixed now.
Comment #4
m.fu commented