diff options
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r-- | conf/login_athena.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 7dda3cb5c..5c2afa8d9 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -67,6 +67,12 @@ date_format: %Y-%m-%d %H:%M:%S // 0 or more: group id group_id_to_connect: -1 +// Minimum account group id required to connect to server. +// Will not function if group_id_to_connect config is enabled. +// -1: disabled +// 0 or more: group id +min_group_id_to_connect: -1 + // Starting additional sec from now for the limited time at creation of account // -1: new account are created with UNlimited time (default value) // 0 or more: new accounts was created by addition of the value (in sec) to the actual time (to set first limited time) |