Skip to content

Commit d7d1595

Browse files
committed
ACP2E-4044: [QUANS]Admin Password Policy Does Not Meet PCI DSS 4.0 Compliance (Minimum 12 Characters)
1 parent c18f792 commit d7d1595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Backend/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
</field>
464464
<field id="minimum_password_length" translate="label comment" type="text" sortOrder="8" showInDefault="1" canRestore="1">
465465
<label>Minimum Admin Password Length</label>
466-
<comment>Minimum number of characters required for admin user passwords.</comment>
466+
<comment>Minimum number of characters required for admin user passwords. Values below 7 are not allowed.</comment>
467467
<validate>required-entry validate-digits validate-digits-range digits-range-7-65535</validate>
468468
<backend_model>Magento\Backend\Model\Config\Password\MinimumLength</backend_model>
469469
</field>

app/code/Magento/Backend/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,4 @@ Pagination,Pagination
468468
"Add the following parameter to the URL to show template hints ?templatehints=[parameter_value]","Add the following parameter to the URL to show template hints ?templatehints=[parameter_value]"
469469
"URL key "%1" matches a reserved endpoint name (%2). Use another URL key.","URL key "%1" matches a reserved endpoint name (%2). Use another URL key."
470470
"Minimum Admin Password Length","Minimum Admin Password Length"
471-
"Minimum number of characters required for admin user passwords.","Minimum number of characters required for admin user passwords."
471+
"Minimum number of characters required for admin user passwords. Values below 7 are not allowed.","Minimum number of characters required for admin user passwords. Values below 7 are not allowed."

0 commit comments

Comments
 (0)