You did not sign in correctly or your account is temporarily disabled In Magento 2
In Magento sometimes we face the issue “You did not sign in correctly or your account is temporarily disabled” when creating token using rest API. If you are calling rest API like http://www.yoursite.com/all/V1/integration/admin/token and you are getting the error message. You need to clean the oauth token requests logs. To do so, is as simple […]
How to add custom select box in window.checkoutConfig on Checkout
Sometimes you need a custom variable add-in window.checkoutConfig dynamically and display on the checkout page according to requirement, follow steps to add custom select box in window.checkoutConfig on Checkout. Step 1 : Create di.xml file and add below code File : Vendor/Module/etc/frontend/di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”Magento\Checkout\Model\DefaultConfigProvider”> <plugin name=”CustomCheckoutModelDefaultConfigProvider” type=”Vendor\Module\Plugin\Checkout\Model\DefaultConfigProvider” sortOrder=”100″/> </type> </config> […]
How to Link Aadhaar Number with EPF Account Online?
In this blog, lets see how to link aadhaar number with EPF account online. Employee Provident Fund (EPF) is a retirement benefit scheme maintain and organize by the Employees Provident Fund Organization (EPFO). Both employee and employer contribute to EPF scheme monthly basis. The interest rate on EPF is review on annual basis and interest […]
How to Identify Fake Pan Card?
In this blog, we will see how to identify fake pan card. You can simply use the app or website to check the identify of PAN CARD and find out if its fake or original. PAN stands for Permanent Account Number which is unique identification number issues by the income tax department of India. It […]
How to lock/unlock Aadhaar card?
In this blog, we will discuss how to lock/unlock Aadhaar card online. This feature will help you to secure your Aadhaar card. Please use this service carefully and this feature will lock/unlock Aadhaar card temporarily. Note:- After locking Aadhaar you will not be able to perform authentication using Aadhaar number. Authentication may be performed using […]
Keyboard Shortcuts in Windows 11
Windows 11 is now installed in our laptops with new UI and functions. So lets find out new/old keyboard shortcuts in windows 11. Below we bring some of the keyboard shortcut with “Window logo key”. What is Keyboard Shortcut? Keyboard shortcuts are keys or combinations of keys that provide an alternative way to do something […]
How to EPF withdraw using Umang App?
EPF can be withdrawn after two months unemployed. Partial EPF withdrawal is permitted for specific reasons, like medical, marriage, home loan, etc. What is Umang App: The Umang(Unified Mobile Application for New-Age Governance) app is a unified app that can be used to access a variety of pan-India e-government services. Uses Gas bookings, and even […]
How to registration on UMANG App
Registration on UMANG App, Unified Mobile Application for New-age Governance Application was developed by National e-Governance Division (NeGD) and Ministry of Electronics and Information Technology (MeitY) with the idea of driving mobile governance in India. There are the following steps to registration on UMANG App. Step 1: Download the Umang app on your mobile Step […]
What Is Automation Testing And Why It Is Important For Mobile Applications?
In this blog, lets discuss What is Automation Testing and Why it is important for mobile applications. Nowadays, Software testing plays a vital role in the development of any mobile application or software product. It is a process of executing an application or program to find the software bugs. Basically, it enhances the quality of […]
What is Robotic Process Automation (RPA)
In this blog, we will discuss about latest technology, What is Robotic Process Automation (RPA) and tools. Robotic Process Automation (RPA) is technology that’s easy for anyone to use to automate repetitive task. With RPA, users can create software robots, or say “bots”, that can learn, and train and then execute rules-based business processes anytime. […]
Request validation failed for action in Magento 2
Today in this post we will found a solution for Request validation failed for action issue in Magento. Sometime custom controller redirect to dashbord in magento admin panel There are below method to solve this kind of issue. Sulution 1. Add below in your claass use Magento\Framework\App\CsrfAwareActionInterface; use Magento\Framework\App\RequestInterface; use Magento\Framework\App\Request\InvalidRequestException; and implements CsrfAwareActionInterface class […]
Can’t install or download apps from Microsoft store
In this blog, we will discuss how you can fix issues when you can’t install or download apps from Microsoft store in Windows 11. There are many possible solutions to resolve this issue. You can easily repair and reset your Microsoft store by following this steps. Below are the two ways explained step by step- […]