Skip to content

Commit

Permalink
increase minimum password length
Browse files Browse the repository at this point in the history
  • Loading branch information
torhoehn committed Nov 7, 2024
1 parent 13312dc commit c895e7a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions help/installation/tutorials/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ bin/magento admin:user:create [--<parameter_name>=<value>, ...]

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. <br><br>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<br/><br/>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. <br><br>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<br/><br/>For example: `MAGE_MODE=developer&MAGE_DIRS[base][path]=/var/www/example.com&MAGE_DIRS[cache][path]=/var/tmp/cache` |No|

Example of usage:

Expand Down

0 comments on commit c895e7a

Please sign in to comment.