Browse Source

test to resolve conflicts 😄

develop
Raphael Jackstadt 10 years ago
parent
commit
6474cdf2e4
  1. 4
      application/config/aauth.php

4
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();

Loading…
Cancel
Save