Needs work
Project:
User Delete
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
23 May 2010 at 15:56 UTC
Updated:
7 Oct 2010 at 23:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
artscoop commentedHi,
If someone could roll a patch from this package, it would be nice.
It adds options to select which options you want to provide to users allowed to delete their account.
All the options are available to anyone with the Administer users permission.
Cheers
Comment #2
artscoop commentedComment #3
David Stosik commentedHello,
The attached patch does the following:
Please review it and tell me if there's any bug.
Regards,
David
Comment #4
David Stosik commentedWith the new patch, I also unset original core $form['description'] if user has many choices.
Comment #5
YK85 commentedThanks for the great work! I will test your patch by this weekend and report back with results.
It would be really awesome if you could also help with #807738: please support themed username for this module =) It would really help complete the User Deletion process by being able to address the user by their first name (the themed username on my site). Thanks!
Comment #6
stella commentedI haven't tried out the patch yet, just gave it a quick review. It looks great, but one thing I'd like to see is to limit the options available by using permissions. Currently there's just one permission 'delete own account'. I'd like the ability for different user roles to be able to do different things. My use case - normal users when they delete their account should have their account and all content deleted, whereas when translators delete their account, their content should remain published.
Comment #7
YK85 commentedRTBC for patch at #4
Thanks for the great work!
P.S. still having issue with #807738: please support themed username if you can help! thank you
Comment #8
ilo commentedSorry, but lets keep 6.x-1.x as it is and moving feature requests for 2.x branch, this way we can introduce features as additional modules that can be ported to d7 also.
This can be done easily using current API implementation in 2.x and a contrib module. (see 'user cancel example' in http://drupal.org/project/examples - it is in the issue queue yet).