Added ability to specify default userlevel

This commit is contained in:
laf
2015-12-14 21:52:15 +00:00
parent af21d4a54a
commit 3a299584b0
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -141,4 +141,5 @@ $config['radius']['port'] = '1812';
$config['radius']['secret'] = 'testing123';
$config['radius']['timeout'] = 3;
$config['radius']['users_purge'] = 14;//Purge users who haven't logged in for 14 days.
$config['radius']['default_level'] = 1;//Set the default user level when automatically creating a user.
```