From 6474cdf2e4bd82ef57ead03cb5d17361d5a8d1fe Mon Sep 17 00:00:00 2001 From: Raphael Jackstadt Date: Tue, 28 Jul 2015 01:23:35 +0200 Subject: [PATCH] test to resolve conflicts :smile: --- application/config/aauth.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/config/aauth.php b/application/config/aauth.php index f955c76..66dad04 100644 --- a/application/config/aauth.php +++ b/application/config/aauth.php @@ -42,8 +42,10 @@ $config['aauth']['user_variables'] = 'aauth_user_variables'; // remember time $config['aauth']['remember'] = ' +3 days'; -// pasword maximum char long (min is 4) +// pasword maximum char long $config['aauth']['max'] = 24; +// pasword minimum char long +$config['aauth']['min'] = 5; // non alphanumeric characters that are allowed in a name $config['aauth']['valid_chars'] = array();