50 likes | 79 Views
Magento 2 Restrict Fake Registration helps to restrict fake user registration in Magento 2 stores.
E N D
1.Extension Installation 2.Configuration 3.Google reCAPTHCA Settings 4.Fake Registration Validation Message Restrict Fake Registration for Magento2 © Meetanshi.com
1.Extension Installation •Extract the zip folder and upload our extension to root of your Magento 2 directory via FTP. •Login to your SSH and run below commands step by step: ophp bin/magentosetup:upgrade oFor Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy oFor Magento version 2.2.x & above - php bin/magento setup:static-content:deploy -f ophp bin/magentocache:flush •That’s it. 2.Configuration To configure the extension, login to Magento 2 backend, move to Stores → Restrict Fake Registration where you can find various settings to configure the extension. •Restrict Fake Registration: Enable the Restrict Fake Registration extension. •Restricted Email Domains: Enter comma separated Email domains (TLDs to restrict fake registration from them. •First Name Character Limit: Enter the maximum character limit for first name to restrict registration. •Last Name Character Limit: Enter the maximum character limit for last name. → Configuration → → Restrict Fake Registration for Magento2 © Meetanshi.com
3.Google reCAPTCHA Settings Enable Google reCAPTCHA to avoid spam and bots from registering to your Magento 2 store. •Google reCAPTHCA: Enable Google reCAPTCHA to provide security against registration from spams. •Site Key: Enter the site key you got while registration with Google reCAPTCHA. 4.Fake Registration Validation Message After the successful extension configuration, whenever users try to register using validated Email domains or make use of first name and last name exceeding the character limits, a validation message is displayed on the frontend. Also, the Google reCAPTCHA is enabled on the registration form for security from undefined bots as shown below. Restrict Fake Registration for Magento2 © Meetanshi.com
If you have any question or need support, Contact us at https://meetanshi.com/contacts/ Restrict Fake Registration for Magento2 © Meetanshi.com
Restrict Fake Registration for Magento2 © Meetanshi.com