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

Fix upgrade script to allow large customer database #78

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 activate customers 1000 at a time.

This PR is a cleaner version of https://github.com/Vinai/customer-activation/pull/77

Vinai commented 9 years ago

Thank you for the PR!