Magento prompts the password to be changes after 'X' days. How to change the value of admin dashboard password expiration period?
You can do this by following CLI commands
php bin/magento config:set admin/security/password_lifetime 0 php bin/magento config:set admin/security/password_is_forced 0 php bin/magento c:f
Thank You