This contribution allows customers to close/delete their accounts.
Features:
------------------------------------------
- Customers could delete their accounts by providing their email address and password and click Delete.
- Customers will receive a confirmation email after deleting their accounts.
Features (optional):
-------------------------------------------
- All Reviews by the Customer who deleted his/her acount will be deleted.
- Account status in orders.
Based on "DELETE ACCOUNT" by Jordi (http://www.oscommerce.com/community/contributions,4799) and "Account Enhancement" by Andy82 (http://www.oscommerce.com/community/contributions,4898).
Legend: 
Download

Report
Small bug with unregistered FILENAME_DELETE_ACCOUNT_PROCESS:
Add to catalog/includes/filenames.php:
define(FILENAME_ACCOUNT_DELETE_PROCESS, FILENAME_DELETE . '?action=process');
----------------------
Use this fix instead of the one of ken.yong or vasttech from 26 Mar 2007 to keep SSL compatibility!
This is the corrected version.
There is no file named delete_account_process.php and no reference to FILENAME_DELETE_ACCOUNT_PROCESS in the filenames.php file thus the fix ken_yong lists requires the fix he lists is needed to correct an error.
I have reattached Ken's files.
Is not a error, is so it work with the SSL. No no don't delete it.
Found a small bug in catalog/account_delete.php:
Find:
<td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_DELETE_PROCESS, '', 'SSL') . '">' . tep_image_submit('button_delete.gif', IMAGE_BUTTON_DELETE) . '</a>'; ?></td>
Replace with:
<td align="right"><?php echo tep_image_submit('button_delete.gif', IMAGE_BUTTON_DELETE); ?></td>
The download zip file contains the above info.
With danish translate
Full Pack
This contribution allows customers to close/delete their accounts.
Features:
------------------------------------------
- Customers could delete their accounts by providing their email address and password and click Delete.
- Customers will receive a confirmation email after deleting their accounts.
Features (optional):
-------------------------------------------
- All Reviews by the Customer who deleted his/her acount will be deleted.
- Account status in orders.
Based on "DELETE ACCOUNT" by Jordi (http://www.oscommerce.com/community/contributions,4799) and "Account Enhancement" by Andy82 (http://www.oscommerce.com/community/contributions,4898).