How stop spam account in store without reCAPTCHA?

I am getting a lot of spam in my store so what is the sure way to stop this spam account? I have shown a screenshot below for a reference of spam accounts.

Hi @themanthan9 , there a few apps that try to solve this but we haven’t had much success with them TBH, in the end we setup a webhook on customers/create to remove accounts we define as spam.

The definition of spam could be as simple as checking whether the account has a verifiable (i.e. real) email address or as complex as you’d like using pattern matching.

1 Like