News:

Support the VirtueMart project and become a member

Main Menu

Captcha ideas

Started by jflash, November 12, 2024, 13:22:30 PM

Previous topic - Next topic

jflash

Hello!

Under Joomla 5 is only 'invisible captcha'. Is this work with Virtuemart 4 some how? If not, then what to use for alternative? For me enough some mathematic field like: 4+3= and user puts number :D Is this possible with VM core userfields?

Jumbo!

It cannot be done using the core user fields. To accomplish this, you must create a custom user field plugin.

jflash

Quote from: Jumbo! on November 12, 2024, 15:59:15 PMIt cannot be done using the core user fields. To accomplish this, you must create a custom user field plugin.
OK, but how to prevent non-human account registration? Every 5 minutes i get one :(

iWim

#3
The recaptcha setting in VM configuration applies to any captcha set in the Global Configuration.

Unlike what the label in VM configuration says, it is not limited to recaptcha.
You can use any captcha.


Also: From what I read about VM4.4, an option was added to only allow registration when people buy something. ("When there's a product in the cart.")

For years I have used an override and a rule in the htaccess to achieve about the same result.
It prevents registration through Joomla registration form. People could only register in the cart.

Jumbo!


Milbo

Quote from: iWim on November 12, 2024, 17:10:30 PMThe recaptcha setting in VM configuration applies to any captcha set in the Global Configuration.

Unlike what the label in VM configuration says, it is not limited to recaptcha.
You can use any captcha.


Also: From what I read about VM4.4, an option was added to only allow registration when people buy something. ("When there's a product in the cart.")

For years I have used an override and a rule in the htaccess to achieve about the same result.
It prevents registration through Joomla registration form. People could only register in the cart.


Thank you for this perfect post.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

jflash

Interesting, Joomla core plugin 'CAPTCHA - Invisible reCAPTCHA' does not shown but if i want to register user it says i need to resolve captcha. Is it some template issue? I prefere core plugins but hCaptcha has worked like needed and now i have resolution :) Thank you for this!