Changeset 73 for minimanager/scripts
- Timestamp:
- Sep 15, 2007, 9:59:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/scripts/config.sample.php
r67 r73 72 72 //---- New account creation Options ---- 73 73 if($AllowedRegistrationCountPerDay == 0) $disable_acc_creation = true; //true = Do not allow new accounts to be created 74 else $disable_acc_creation = false; 74 else $disable_acc_creation = false; 75 //$MaximumAccountCount = 10000; // Total account count limitation 76 75 77 $send_mail_on_creation = false; //true = send mail at account creation. 76 78 $create_acc_locked = 0; //if set to '1' newly created accounts will be made locked to 0.0.0.0 IP disallowing user to login.
Note:
See TracChangeset
for help on using the changeset viewer.