Magento 1.9 Security – Disable Asking for Current Admin Password When Changing Password

magento-1.9magento-communitypasswordSecurity

Changing a password for the admins or a customer requires the "current admin password."

That will require every admin to set memorable passwords, that have possibly been used in other sites, as opposed to using the corporate password manager, which does work with the login screen, but not in the random other backend screens through magento.

Update: It appears to be a bug with the form field, as Github currently features a password entry form when adding a new public key. In that form no username is required, but chrome allows you to choose a password to use. As such, eliminating the password reuse problem present in Magento.

Best Answer

As of at least 1.9.2.x there is a setting Under "Configuration > Customers > Customer Configuration > Password Options" named "Require admin user to change user password"

Flipping it to no does exactly what you'd expect, it removes the "Admin password" requirement when changing the password of customer accounts. This is presumably to allow for stronger admin passwords using a password manager.

That setting will not work on the passwords of backend users, only customers. That's probably all that most of us need.

Related Topic