Skip to content

Commit

Permalink
test to resolve conflicts 😄
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed Jul 27, 2015
1 parent 12a76b1 commit 6474cdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/config/aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
// 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();
Expand Down

0 comments on commit 6474cdf

Please sign in to comment.