From b449749451e392c996c7d0783745c6227390673f Mon Sep 17 00:00:00 2001 From: Raphael Jackstadt Date: Tue, 28 Jul 2015 01:31:32 +0200 Subject: [PATCH] reverted the revert :smile: --- application/config/aauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/aauth.php b/application/config/aauth.php index 285cc2d..66dad04 100644 --- a/application/config/aauth.php +++ b/application/config/aauth.php @@ -43,7 +43,7 @@ $config['aauth']['user_variables'] = 'aauth_user_variables'; $config['aauth']['remember'] = ' +3 days'; // pasword maximum char long -$config['aauth']['max'] = 13; +$config['aauth']['max'] = 24; // pasword minimum char long $config['aauth']['min'] = 5;