From 595fe0b5bb18ca074b25ab9308cfeb5e96c284c7 Mon Sep 17 00:00:00 2001 From: Raphael Jackstadt Date: Tue, 28 Jul 2015 01:25:26 +0200 Subject: [PATCH] revert max pw lenght --- 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;