You added the env:ADMIN_PASSWORD variable in the Project Web Ul 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 calledmagento_cloud_variables. which contains an array of variables which were set without the env: prefix
C.
Variables which are set using the Project Web Ul 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 PASSWORDvariable
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit