How do you correct the environment variable?


You need to specify the admin password using an environment variable. You have created an environment variable env:ADMIN_PASSWORD with a valid password. When attempting to log in to the Magento Admin it is not accepting the new password.

How do you correct the environment variable?
A . The Sensitive option is checked by default and must be disabled
B . The env:ADMIN_PASSWORD variable can only be used for an initial installation
C . The environment variable should not have the env: prefix
D . The ADMIN_PASSWORD variable should be configured via .magento.env.yaml

Answer: C

Explanation:

Reference: https://devdocs.magento.com/cloud/env/environment-vars_magento.html

Leave a Reply

Your email address will not be published.