Magento 2 supports administrators to set CAPTCHA requirement for each time customers log into their accounts. The website is enabled to avoid spam and the Robots login to website. Thus, this feature will increase effectively your store security.
In the backend, you can configure whether customers are required to enter a CAPTCHA each time they log into website, or after several unsuccessful attempts to log in. Moreover, admins can configure to show CAPTCHA requirement for the following forms in the storefront
Following the guide given below to enable customer login or register Captcha in Magento 2. I would like to show you how to enable admin login Captcha in Magento 2 in the next topic.
Stores
. In the Settings
section, select Configuration
.Customer Configuration
under Customers
in the panel on the leftCAPTCHA
section, and continue with following:Enable CAPTCHA on Frontend
field, select “Yes” to enable CAPTCHA on FrontendFont
field, select the name of the Font to be used for the CAPTCHA symbols. The default is LinLibertine.In the Forms
field, select one of the following forms where CAPTCHA is to be used
In the Displaying Mode
, choose one of the following
In the Number of Unsuccessful Attempts to Login
field, enter the number of unsucessful attempts to login before captcha appears. If you enter Zero, the Captcha will be always available
In the CAPTCHA Timeout (minutes)
field, enter the number of minutes before the CAPTCHA expires. When the CAPTCHA expires, the user must reload the page to generate a new CAPTCHA.
In the Number of Symbols
field, enter the range number of symbols that CAPTCHA will be changed in, for example: 3-7. The maximum number of symbols is eight.
In the Symbols Used in CAPTCHA
field, specify the symbols that can be used in the CAPTCHA. Set only letters (a-z and A-Z), or number (0-9) to enter into the box. No spaces or other characters are allowed and the similar symbors is not used in the default.
In the Case Sensitive
field, select Yes
if you require that the user enter the upper-and lowercase characters exactly as shown
Save Config
Ref: Magento 2 User Guide
It comes to the end of tutorial: How to Enable Customer Login / Register Captcha in Magento 2.
Please leave comments if you have any questions, feedbacks.