Skip to content

Commit

Permalink
FRW-9071 Adjusted validation rules. (#11224)
Browse files Browse the repository at this point in the history
FRW-9071 Adjusted validation rules.
dimitriyTsemma authored Dec 11, 2024
1 parent 39a63c7 commit e9127b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spryker/Zed/Customer/CustomerConfig.php
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ class CustomerConfig extends AbstractBundleConfig
*
* @var int
*/
protected const MAX_LENGTH_CUSTOMER_PASSWORD = 72;
protected const MAX_LENGTH_CUSTOMER_PASSWORD = 128;

/**
* @var int

0 comments on commit e9127b7

Please sign in to comment.