You added the env:ADMIN_PASSWORD variable in the Project Web UI to change a Magento admin user’s password. After deployment you are unable to login using the new password.

You added the env:ADMIN_PASSWORD variable in the Project Web UI to change a Magento admin user’s password. After deployment you are unable to login using the new password.
What causes this?
A. When you add a variable, the build stage is being skipped, because the codebase has not been changed. You must push a commit to trigger a full deploy
B. Deploy scripts read configuration from the environment variable called $MAGENTO_CLOUD_VARIABLES, which contains an array of variables which were set without the env: prefix
C. Variables which are set using the Project Web UI are not available on the build phase, the admin password variable should be set in the .magento.env.yaml file
D. The sensitive option is required for env:ADMIN_PASSWORD variable

Download Printable PDF. VALID exam to help you PASS.

0 thoughts on “You added the env:ADMIN_PASSWORD variable in the Project Web UI to change a Magento admin user’s password. After deployment you are unable to login using the new password.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.