Closed (fixed)
Project:
Inactive User
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2009 at 15:33 UTC
Updated:
29 May 2009 at 19:36 UTC
Uid 0 (AFAIK) is needed for some Drupal functionality, like anonymous user sessions.
Comments
Comment #1
Crell commentedI am aware that uid 0 is needed for some uses. But can you explain how this module is able to delete uid 0?
Comment #2
deekayen commentedComment #3
janusman commentedYou're right. Didn't see the uid check in several lines, like this:
prevents deleting, etc. for uid==0.
It must have been the patch I was testing. I'll check that instead.
Apologies!