Closed (fixed)
Project:
User Delete
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2010 at 23:12 UTC
Updated:
12 Apr 2012 at 13:44 UTC
I was using the user delete module and the chgpwd module. The user delete link was showing up under the user/uid/edit/chgpwd page. I patched this by adding an if argument checking for pages under the user edit.
| Comment | File | Size | Author |
|---|---|---|---|
| User_delete_button_should_not_be_on_every_page.patch | 807 bytes | artkon |
Comments
Comment #1
EvanDonovan commentedThis seems actually like a bug to me. Will test soon, I think.
Comment #2
Michsk commentedThis is a bug and a annoying one. For example: http://drupal.org/node/1216874
Comment #3
pdrake commentedThis patch works for me.
Comment #4
sanduhrsThis went into 6.x-1.5.
Thanks.
Comment #6
enricotersi commentedhello guys
I have a problem with the 6.x-1.5 version.
The button "Delete Account" is gone for all users who are not admin. I noticed on the form that the value of $form['#uid'] is empty and so the button is not shown. How can I fix?
thanks
Comment #7
enricotersi commentedfixed
may be the right solution?