We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e2a92 commit 2979262Copy full SHA for 2979262
app/code/Magento/User/Model/UserValidationRules.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2015 Adobe
+ * All Rights Reserved.
5
*/
6
7
namespace Magento\User\Model;
@@ -24,7 +24,7 @@ class UserValidationRules
24
25
* Minimum length of admin password
26
27
- public const MIN_PASSWORD_LENGTH = 7;
+ public const MIN_PASSWORD_LENGTH = 12;
28
29
30
* Adds validation rule for user first name, last name, username and email
0 commit comments