Magento 2: Disable Admin Password Expiration/Change

Magento’s backend/admin password expires in 90 days by default. So, in every 90 days, when you login to admin, you will be asked to change your admin user’s password. This is a useful security feature in production/live site. However, this can be annoying to have in a development/testing site. This article shows on how you … Read more

Ubuntu Linux: Change Root & Current User Password

Change current logged in user’s password Go to Applications -> Accessories -> Terminal, then run the command below:- passwd Then, enter the current and new password and you are done. Change root password Go to Applications -> Accessories -> Terminal, then run the command below:- sudo passwd root Type the following command to unlock the … Read more

How to Reset Google Apps Admin password?

Scenario: You have set up google apps for your domain. Let the link be:- https://www.google.com/a/domain.com/ Now, you forgot the admin password. Solution: – Go to https://www.google.com/a/domain.com/ForgotAdminAccountInfo – Submit the Captcha. – The password reset instruction will be sent to the secondary email which you kept while creating the google app for your site. That’s all. … Read more