Skip to content

Commit 75b1e08

Browse files
manjusha729Manjusha.SKevinBKozan
authored
MQE-3402 : Updated docs for new location of password (#188)
* MQE-3402 : Updated docs for new location of password * updated doc * Updated getting started docs * MQE-3402 : Updated docs for new location of password Co-authored-by: Manjusha.S <[email protected]> Co-authored-by: Kevin Kozan <[email protected]>
1 parent ac48cf0 commit 75b1e08

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Diff for: docs/credentials.md

+10
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ magento/carriers_usps_password=Lmgxvrq89uPwECeV
5353
# Credentials for the DHL service
5454
#magento/carriers_dhl_id_us=dhl_test_user
5555
#magento/carriers_dhl_password_us=Mlgxv3dsagVeG
56+
....
57+
```
58+
### Add key and value pair for admin password .
59+
magento/MAGENTO_ADMIN_PASSWORD must contain the user password required for authorization in the Admin area. Example: magento/MAGENTO_ADMIN_PASSWORD=mycustompassword
60+
61+
```conf
62+
...
63+
# Admin password
64+
magento/MAGENTO_ADMIN_PASSWORD =123123q
65+
5666
....
5767
```
5868

Diff for: docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ Specify the following parameters, which are required to launch tests:
205205
- `MAGENTO_ADMIN_USERNAME` must contain the username required for authorization in the Admin area.
206206
Example: `MAGENTO_ADMIN_USERNAME=admin`
207207

208-
- `MAGENTO_ADMIN_PASSWORD` must contain the user password required for authorization in the Admin area.
209-
Example: `MAGENTO_ADMIN_PASSWORD=123123q`
208+
- `MAGENTO_ADMIN_PASSWORD` must now be set up in the credentials file. See [Credentials Page][] for details.
210209

211210
<div class="bs-callout bs-callout-info" markdown="1">
212211
If the `MAGENTO_BASE_URL` contains a subdirectory like `http://magento.test/magento2ce`, specify `MAGENTO_CLI_COMMAND_PATH`.
@@ -366,3 +365,4 @@ allure serve dev/tests/_output/allure-results/
366365
[Find your version]: introduction.html#find-your-mftf-version
367366
[Installation Guide docroot]: https://devdocs.magento.com/guides/v2.4/install-gde/tutorials/change-docroot-to-pub.html
368367
[Magento Two-Factor Authentication (2FA) extension]: https://devdocs.magento.com/guides/v2.4/security/two-factor-authentication.html
368+
[Credentials Page]: https://devdocs.magento.com/mftf/docs/credentials.html

0 commit comments

Comments
 (0)