Bert Posted September 28, 2012 Posted September 28, 2012 Where do I change the max password character limit? The default is set at 8 characters, or else we won't be able to create an account. Thank you very much in advance
Mystery Posted September 28, 2012 Posted September 28, 2012 Hey, I suggest you look in your application.php in your config folder. 'MinPasswordLength' => 8, // Minimum password length. 'MaxPasswordLength' => 31, // Maximum password length. 1
Question
Bert
Where do I change the max password character limit? The default is set at 8 characters, or else we won't be able to create an account.
Thank you very much in advance
2 answers to this question
Recommended Posts