Browse Source

Update PasswordableBehavior.php

Mark S. 10 years ago
parent
commit
d031aec598
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Model/Behavior/PasswordableBehavior.php

+ 1 - 1
src/Model/Behavior/PasswordableBehavior.php

@@ -13,7 +13,7 @@ if (!defined('PWD_MIN_LENGTH')) {
 	define('PWD_MIN_LENGTH', 6);
 }
 if (!defined('PWD_MAX_LENGTH')) {
-	define('PWD_MAX_LENGTH', 20);
+	define('PWD_MAX_LENGTH', 50);
 }
 
 /**