Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 708 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 708 Bytes

magento2-account-approval

What is this extension about?

This extension restricts customers to login on the website just after registration. Customers can login to website only after website admin approves customers account.

Install Extension
composer config repositories.magento2-account-approval git [email protected]:amitshree/magento2-account-approval.git
composer require amitshree/magento2-customer-account-approval:dev-master
php bin/magento setup:upgrade
Enable extension

Enable extension by navigation to Stores => Configuration => Amitshree customer => Customer Login

Un-Install/Remove Extension
php bin/magento module:uninstall Amitshree_Customer