Coder Social home page Coder Social logo

msudak / customer-activation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vinai/customer-activation

0.0 2.0 0.0 312 KB

Magento extension which makes it impossible for a customer to log in until the account has been activated by the administrator.

PHP 73.84% HTML 26.16%

customer-activation's Introduction

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

  • Magento >= 1.4

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';
  1. Remove all remaining extension files
    • app/code/community/Netzarbeiter/CustomerActivation/
    • app/locale/*/Netzarbeiter_CustomerActivation.csv
    • app/locale/*/template/email/netzarbeiter/customeractivation

Acknowledgements

  • Thanks to Max for the updated french translation!
  • Thanks to Junya Sano for the japanese translation!
  • Thanks to SeL for the french translation and the bugfix!
  • Thanks to SeL also for reporting the backend customer creation bug.
  • Thanks to Toon van Veelen for the dutch translation!
  • Thanks to Erik Hoeksma for the Greek translation!
  • Thanks to PaulE for the integration in the admin grid for mass activation of customers!
  • Thanks to Finn Snaterse for the inclusion in the Adminhtml Grid!
  • Thanks to Aaron Kondziela for reminding me to clean up the admin customer edit page stuff!
  • Thanks to Chiara Piatti for the italian translation!

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

customer-activation's People

Contributors

vinai avatar markvds avatar stianmartinsen avatar andrewhowdencom avatar crysix avatar idziakjakub avatar j831 avatar osrecio avatar edannenberg avatar

Watchers

James Cloos avatar Mariusz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.