Closed (works as designed)
Project:
User Delete
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2009 at 20:46 UTC
Updated:
23 May 2011 at 14:01 UTC
Hello,
I have this module installed and working successfully on one Drupal site which is used for testing.
For some reason it will not work on another Drupal site.
Under "Access Control", users with a certain role are given the "Delete own account" permission.
When that is done, the "Delete" button appears on their profile edit page ( user/*/edit )
However, when they click the "Delete" button, it says "Access Denied" (at the user/*delete page)
I cannot understand why. Could it possibly be conflicting with another module?
Thanks
~ K
Comments
Comment #1
johngriffin commentedDo you have user_protect installed, if so try disabling it as it can override the access permissions for the user delete page.
Comment #2
artscoop commentedHi,
Same for me (on Drupal 6 though). However, I have no module like user_protect on my site.
Then what could be wrong ?
Edit : Well, in my case, it was conflicting with "User One"
Comment #3
fudge714 commentedI have the same problem on drupal 6.. Its working on one of my sites, but not another. No user_protect module..
I do have a custom module that invokes hook_user, but doesn't do anything with the delete option.
any ideas?
Comment #4
artscoop commentedDo you use any module related to users ?
Above I stated something about the "User One" module.
Comment #5
ilo commentedAny clue yet?
Comment #6
lolandese commentedI experienced a conflict with User One module as well (#2) and opened an issue there. As the cause of this issue seems to be other modules code, I'm closing this issue. Feel free to open again if you think this issue should and could be solved modifying this module's code.