Made ounregister command safer by requiring FORCE to unregister active/flagged accounts.
[srvx.git] / srvx.conf.example
index 8abac6f4d8f87fb7bc82f3cad2c67e1605e07bdf..4c1b9c62bae426c4b5f8e1ac3b680264fee033cd 100644 (file)
         "account_expire_delay" "35d";
         // how long until an account with no access to any channels expires?
         "nochan_account_expire_delay" "14d";
+        // how long must an account be inactive so it can be ounregistered without force?
+        "ounregister_inactive" "1M";
+        // which flags on an account require the ounregister to be used with force?
+        "ounregister_flags" "ShgsfnHbu";
         /* "require_qualified" has been removed. It is now
          * integrated into the modcmd command authorization
          * and dispatch mechanism.  "/msg OpServ help modcmd"