Preventing account creation by last names with YyyyyyyYY pattern

Open to all! Ask other shopowners for help.
Post Reply
cottonheadedidiot
Member
Posts: 14
Joined: Thu Jun 24, 2021 4:48 pm
Phoenix Version:

Preventing account creation by last names with YyyyyyyYY pattern

Post by cottonheadedidiot »

We are plagued by a bot that gets around Google Captcha a few times a day and makes an account. It seems like the last name always ends with two or three upper-case letters. No real customer would enter that pattern. Others have seen this I'm sure.

It seems to me that somebody must have made a string recognition script to spot this end of last name upper case sequence pattern and prevent form submission because it is such a nuisance, at least for us. Has anyone seen such a script that I could drop into Phoenix 1.0.3.1? Thanks!


Join The Code Co-op to get access to your library in the Code Co-op Forum
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: Preventing account creation by last names with YyyyyyyYY pattern

Post by raiwa »

Replace recaptcha with mathcaptcha. It works:
https://phoenixcart.org/forum/app.php/ ... hs_captcha
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
User avatar
mhsuffolk
Contributor
Posts: 199
Joined: Sat Oct 26, 2019 9:13 am
Phoenix Version: v1.1.0.6
Has thanked: 12 times
Been thanked: 11 times

Re: Preventing account creation by last names with YyyyyyyYY pattern

Post by mhsuffolk »

raiwa wrote: Wed Jul 28, 2021 5:17 am Replace recaptcha with mathcaptcha. It works:
I can confirm that. I was getting many fake accounts from Zimbabwe. Not one since installing Mathcapture
cottonheadedidiot
Member
Posts: 14
Joined: Thu Jun 24, 2021 4:48 pm
Phoenix Version:

Re: Preventing account creation by last names with YyyyyyyYY pattern

Post by cottonheadedidiot »

Thank you for trying to help.

I don't think the add-on is compatible with Phoenix 1.0.3.0

For one, there is no 'hooks' directory in includes/languages/english.

I created the directory and added the files, and the result was simply subtraction of the submit button on the registration form. I guess that's one way to do it!

Thanks anyway. It was worth a try!
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Preventing account creation by last names with YyyyyyyYY pattern

Post by heatherbell »

cottonheadedidiot wrote: Wed Jul 28, 2021 3:17 pm I don't think the add-on is compatible with Phoenix 1.0.3.0
Time to upgrade?
This addon helps - app.php/addons/free_addon/ce_phoenix_upgrader_utility/


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply