Welcome Guest, Not a member yet? Register   Sign In
Community Auth - password more than 8 characters
#1

Hi!
I've just realized, that there is no matter what characters are over 8 sign in my passwords.

E. g. with password: Admin1234 also will match Admin123 and Admin1235.

In my Community Auth configuration I have set i authentication.php:
Code:
$config['min_chars_for_password'] = 8;
$config['max_chars_for_password'] = 256;

Is this Community Auth bug? Or something misconfigured from my side?

I use CodeIgniter 3.0

Thanks for any hints.
Reply


Messages In This Thread
Community Auth - password more than 8 characters - by ladrob - 12-13-2015, 08:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB