Delete Account Extension For Magento 2

Delete customer account extension lets users smoothly delete their account from the front end under the My Account section and paused service at any time without asking an administrator. Admin will get the mail when the customer deletes their account which email id set by admin when enabling this extension.

Features

  • Authorize shoppers to delete their accounts eternally and securely from your eCommerce Store.
  • On capitulating the account deletion request from the front end, a confirmation mail will be sent to the admin on admin’s email ID that admin set when enabling the extension.
  • This extension is compatible with all the Magento versions.

Benefits

  • You can delete account easily from the front end.
  • Admin will get notified via email when account has been deleted by user.
  • Admin can set email ID to get the mail in admin panel.

Steps:

  1. Extension Installation Guide
  2. Configuration
  • Extension Installation
    • Download the zip file
    • Extract and put it into <Magento-Directory>/app/code/
    • Open CLI in Magento directory and Run Magento installation commands.
      • php bin/magento setup:upgrade
      • php bin/magento setup:di:compile
      • php bin/magento setup:static-content:deploy
      • php bin/magento cache:clean
      • php bin/magento cache:flush
  • Configuration:
  • Login to Magento Admin Stores > Configuration > VDCSTORE extensions > Delete Account
  • Enable or disable the extension module.
  • Set the Admin Email for notification when user delete their account.
  • Go to the Front end side.
  • Sign up to the account.
  • Click on Create An Account button.
  • Go to the Account Modification Page.
  • Click on Delete Button.
  • You will be redirected on the Customer Login Page and get the message Account Deleted successfully, Create an account to login