From c895e7a82639b9e65ee10661e643f4b9c5247f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torben=20H=C3=B6hn?= Date: Thu, 7 Nov 2024 21:40:43 +0100 Subject: [PATCH] increase minimum password length --- help/installation/tutorials/admin.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/help/installation/tutorials/admin.md b/help/installation/tutorials/admin.md index 588a2465..dcb115ab 100644 --- a/help/installation/tutorials/admin.md +++ b/help/installation/tutorials/admin.md @@ -32,14 +32,14 @@ bin/magento admin:user:create [--=, ...] Where the following table defines parameters and values: -|Name|Value|Required?| -|--- |--- |--- | -|`--admin-firstname`|Administrator user's first name.|Yes| -|`--admin-lastname`|Administrator user's last name.|Yes| -|`--admin-email`|Administrator user's e-mail address.|Yes| -|`--admin-user`|Administrator username.|Yes| -|`--admin-password`|Administrator user password. The password must be at least 7 characters in length and must include at least one alphabetic and at least one numeric character.

We recommend a longer, more complex password. If the password string contains special characters that require literal interpretation (such as backslashes or spaces), enclose the password in single quotations.|Yes| -|`--magento-init-params`|Add to any command to customize application initialization parameters

For example: `MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache`|No| +|Name| Value |Required?| +|--- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--- | +|`--admin-firstname`| Administrator user's first name. |Yes| +|`--admin-lastname`| Administrator user's last name. |Yes| +|`--admin-email`| Administrator user's e-mail address. |Yes| +|`--admin-user`| Administrator username. |Yes| +|`--admin-password`| Administrator user password. The password must be at least 12 characters in length and must include at least one alphabetic and at least one numeric character.

We recommend a longer, more complex password. If the password string contains special characters that require literal interpretation (such as backslashes or spaces), enclose the password in single quotations. |Yes| +|`--magento-init-params`| Add to any command to customize application initialization parameters

For example: `MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache` |No| Example of usage: