Block / Blacklist customer registration by e-mail or name #2278
Replies: 4 comments 7 replies
-
I did not face this situation but I think it can be approached without a dedicated module in OpenMage. The analysis of the webserver access log will provide you besides the IP address more information. How this attacker interacts with the website to determine if it is an automatic or manual action. A line in the access log also shows the USER AGENT used by this attacker that can be useful. If blocking the IP is not a solution, blocking a name or email will not change anything. As long as the attacker has the data of a bank card he can use it in its processing. Whether it's a bot or a human action it should be ridiculous to try the same email address or name if it's blocked. Obviously the attacker will use any another combination and the possibilities are endless. A registered user cannot register again because OpenMage displays an error. Blocking an already created account may be possible through an extension or editing the account information but the attacker can't be stopped to create another account. If he does not have a customer account and can go through all the steps of the sale then he cannot be prevented in any way except by the trace he leaves by accessing. Any attempt at fraud must be reported to the authorities, not just blocked. |
Beta Was this translation helpful? Give feedback.
-
@addison74 The issue is, I might face a strike from the credit card processor due to several purchase attemps with the same name and address. They do understand that I am doing nothing to stop these attempts, like blocking this customer from the website, for instance. I know that because I got my account suspended from another credit card processor due to the same reason. What is the reason if they eventually get caught by manual review? So, the goal is not completely stop them from trying to make new purchases, but stop them from trying to do that with the same account. The black list could be implemented by a blacklist attribute/module/function, like vat number or e-mail blacklist... Actually I guess using vat number blacklist would be more effective as even if the fake customer tries to create a new account with the same vat number with different e-mails, it would stop them from doing it. Regards |
Beta Was this translation helpful? Give feedback.
-
Not sure if this extension helps: https://github.com/riconeitzel/PaymentFilter, you can create a black list customer group and then remove all its payment methods. The customer who is black listed would not be able to checkout. |
Beta Was this translation helpful? Give feedback.
-
@kiatng and @addison74 So if anyone wants to use the way I am using follow the steps below: Associate the customer you want to restric to the customer group with the restricted payment method you've just created Go to Reindex everything and that's it. That customer will only be able to pay by the payment methods enabled Hope that helps someone else Thank you guys! |
Beta Was this translation helpful? Give feedback.
-
Description (*)
That would be great if there was a way of blocking from registration / blacklist certain customers
I am facing a problem with a customer that is trying to use stolen credit cards and keep trying to make
purchases all the time. Blocking the IP is not an option because he is probably using an IP masking or VPN
so every purchase there's a new IP. This is stressing my credit card processor and I might have issues
with them.
Expected behavior (*)
By implementing this feature the admin could simply insert the customer e-mail in
a blacklist and prevent them from placing new orders
Benefits
I guess this would improve Magento/OpenMage a lot as I don't see this feature anywhere.
Additional information
This could be implemented by adding a new attribute that would be able to block
the customer from trying to make new registration and place new orders.
Beta Was this translation helpful? Give feedback.
All reactions