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 2, 2024
1 parent 6acfd6a commit 031b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/User/Model/UserValidationRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class UserValidationRules
/**
* Minimum length of admin password
*/
public const MIN_PASSWORD_LENGTH = 7;
public const MIN_PASSWORD_LENGTH = 12;

/**
* Adds validation rule for user first name, last name, username and email
Expand Down

0 comments on commit 031b5a3

Please sign in to comment.