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

Avoid the existing customer record to DEACTIVATED by default in installing the extension #53

Closed virsolus80ph closed 10 years ago

virsolus80ph commented 10 years ago

Hi Vinai,

Thanks for the useful extension. It help me a lot for creating a new registration form with the ability to make the new user to be activate first by the admin before logging in. I just want to ask if there's a way to make the existing customer not be deactivated by default when installing the extension?

Currently I already have a hundreds of registered customer on my clients site, when I install it all of that registered customer is set to IS ACTIVE : NO. And I think there's a problem if I will install it on our client development site and some registered user is actually using the site they may not able to login or continue what they are doing while they are logged in like buying a products. I understand the massive update action on backend grid but my main concern is what if the existing user is trying to logged in or already logged in I think they will encounter problem and I want also to avoid that.

I hope you can help me to set the IS ACTIVE: YES after installing the extension then the new user will now be activated first after registration.

Thanks in advance.

virsolus80ph commented 10 years ago

Thank you so much for the big help.