From 87369a93419407a1beb98982daaea2cb5ede7114 Mon Sep 17 00:00:00 2001 From: Raphael Jackstadt Date: Tue, 28 Jul 2015 01:32:27 +0200 Subject: [PATCH] Revert "reverted the revert :smile:" This reverts commit b449749451e392c996c7d0783745c6227390673f. --- 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 66dad04..285cc2d 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'] = 24; +$config['aauth']['max'] = 13; // pasword minimum char long $config['aauth']['min'] = 5;