How to Enable Set up Google ReCaptcha in Magento 2?

Magento Supports Google ReCaptcha Out of the box from Magento 2.4 Version. You can set it up from the Magento admin panel.

Using Google ReCaptcha on your site, You can secure your website forms from some malicious attacks and bots to secure your different form details. Only Humans can submit the form and you do not have to worry about bot attacks.

Go To Stores -> Configuration -> Security -> Google ReCaptcha Storefront.
From here, you can set up any required reCAPTCHA for your store.

Google reCAPTCHA can be implemented in three ways from the admin panel, Continue reading “How to Enable Set up Google ReCaptcha in Magento 2?”

How to change sort order of product attributes from product edit page in Magento 2?

As a Magento beginner, You thought about changing the position of product attributes displayed on the admin product edit page.

If you don’t know how to change the sort order on the product edit page, This tutorial is for you to fix the sort order rendering on the product edit page.

Let’s say the product has assigned Attribute set to Default. You need to confirm the product attribute set from the product page. Continue reading “How to change sort order of product attributes from product edit page in Magento 2?”

Magento You are required to configure personal Two-Factor Authorization in order to login. Please check your email

Magento 2.4.3+ with try to fetch Admin Token API in postman to use access token as Header params in other REST API and you are facing an error that looks like the below,

{
    "message": "You are required to configure personal Two-Factor Authorization in order to login. Please check your email." 
}

This error means you need to configure Two Factor Authenticator to fetch the access tokens. Continue reading “Magento You are required to configure personal Two-Factor Authorization in order to login. Please check your email”