Skip to content

Commit a11e82b

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/User/Test/Mftf/ActionGroup/AdminCompleteUserCreationWithRoleActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
<waitForPageLoad stepKey="waitForSaveUser"/>
2525
<see stepKey="seeSuccessMessage" userInput="You saved the user."/>
2626
</actionGroup>
27-
</actionGroups>
27+
</actionGroups>

app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillNewUserFormActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
<fillField selector="{{AdminEditUserSection.emailTextField}}" userInput="{{user.username}}@magento.com" stepKey="enterEmail"/>
2323
<fillField selector="{{AdminEditUserSection.currentPasswordField}}" userInput="{{_ENV.MAGENTO_ADMIN_PASSWORD}}" stepKey="enterCurrentPassword"/>
2424
</actionGroup>
25-
</actionGroups>
25+
</actionGroups>

app/code/Magento/User/Test/Mftf/ActionGroup/AdminSetUserPasswordAndTestValidationActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
<click selector="{{AdminEditUserSection.saveButton}}" stepKey="clickSaveToTriggerValidation"/>
2121
<wait time="2" stepKey="waitForValidation"/>
2222
</actionGroup>
23-
</actionGroups>
23+
</actionGroups>

app/code/Magento/User/Test/Mftf/Data/UserPasswordTestData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
<data key="password_confirmation">validPassword123</data>
1818
<data key="is_active">1</data>
1919
</entity>
20-
</entities>
20+
</entities>

0 commit comments

Comments
 (0)