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

Add support for large customer database to upgrade script #77

Closed j831 closed 9 years ago

j831 commented 9 years ago

We kept running out of memory when trying to apply this upgrade script to a 250,000 customer site. This fix will get the customer Id's from the magento customer collection and then activate them 1000 at a time.