Vinai / customer-activation

Magento extension which makes it impossible for a customer to log in until the account has been activated by the administrator.
120 stars 59 forks source link

This Magento 1 extension is orphaned, unsupported and no longer maintained.

If you use it, you are effectively adopting the code for your own project.

Customer Activation

Make it impossible for a customer to log in until the account has been activated by the admin.

Facts

Description

This small extension makes it impossible for a customer to log in to magento, until the account has been activated in the adminhtml interface.

Customers - Manage Customers - (select customer) - Account Information - Is activated

You can also select email notifications for the admin (when a new customer registers) and for the customer (when her account has been activated).

New customers can be configured to be activated by default. This can also be done on a per group basis.

The Extension was designed to be used together with the Netzarbeiter_LoginCatalog extension. Netzarbeiter_LoginCatalog only shows products to customers that are logged in. There also is the Extension Netzarbeiter_GroupsCatalog2 which may suit your needs better, you have to evaluate yourself what is the best solution for your case.

Compatibility

Installation Instructions

  1. Install the extension via Magento Connect with the key shown above or copy all the files into your document root.
  2. Clear the cache, logout from the admin panel and then login again.
  3. Configure and activate the extension under System - Configuration - Customer Configuration - Customer Activation

If you have existing customers prior to installing the extension, they will be deactivated by default.
You can easily and quickly activate all existing accounts using the mass action found above the customer backend grid.

Uninstallation Instructions

  1. Delete the file app/etc/modules/Netzarbeiter_CustomerActivation.xml
  2. Execute the following SQL:
    DELETE FROM eav_attribute WHERE attribute_code = 'customer_activated';
    DELETE FROM core_resource WHERE code = 'customeractivation_setup';
  3. Remove all remaining extension files
    • app/code/community/Netzarbeiter/CustomerActivation/
    • app/locale/*/Netzarbeiter_CustomerActivation.csv
    • app/locale/*/template/email/netzarbeiter/customeractivation

Acknowledgements

Support

If you have any issues with this extension, open an issue on GitHub (see URL above)

Contribution

Any contributions are highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Vinai Kopp
http://www.netzarbeiter.com
@VinaiKopp

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2015 Vinai Kopp