Ignore:
Timestamp:
Sep 15, 2007, 9:59:22 PM (17 years ago)
Author:
george
Message:

Oprava: Omezení registrací během dne podle počtu účtů.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/scripts/config.sample.php

    r67 r73  
    7272//---- New account creation Options ----
    7373if($AllowedRegistrationCountPerDay == 0) $disable_acc_creation = true;  //true = Do not allow new accounts to be created
    74 else $disable_acc_creation = false;
     74else $disable_acc_creation = false;
     75//$MaximumAccountCount = 10000; // Total account count limitation
     76
    7577$send_mail_on_creation = false; //true = send mail at account creation.
    7678$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.