Skip to content

Commit 2979262

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/User/Model/UserValidationRules.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2015 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\User\Model;
@@ -24,7 +24,7 @@ class UserValidationRules
2424
/**
2525
* Minimum length of admin password
2626
*/
27-
public const MIN_PASSWORD_LENGTH = 7;
27+
public const MIN_PASSWORD_LENGTH = 12;
2828

2929
/**
3030
* Adds validation rule for user first name, last name, username and email

0 commit comments

Comments
 (0)