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

Notification message to advise account needs to be approved #123

Open zigojacko opened 5 years ago

zigojacko commented 5 years ago

Is there meant to be an on-screen notification to advise the customer that the account will need to be approved by an admin?

I've just tested this and the login page just refreshed with no notification or message at all.

Vinai commented 5 years ago

Yes, see https://github.com/Vinai/customer-activation/blob/master/app/code/community/Netzarbeiter/CustomerActivation/Model/Observer.php#L53-L64

That said, I haven't used this module in years, and it might be incompatible with the latest Magento 1 versions. I assume you are using it with Magento 1 and not Magento 2, yes?

zigojacko commented 5 years ago

Ahh yes, no problem, I'll look into it to see if I can figure out why it's not showing.

Yes, Magento 1.9.3.8 testing in.

Thanks.