Diogo Cordeiro e858629ac3 [aab] Revert structural change of v2 пре 5 година
..
locale e858629ac3 [aab] Revert structural change of v2 пре 5 година
README 34bfdc3e91 [CORE] Refactor Plugin API to Module API пре 5 година
UserLimitModule.php 34bfdc3e91 [CORE] Refactor Plugin API to Module API пре 5 година

README

The UserLimit plugin limits the number of users who can register.

Installation
============
add "addModule('UserLimit');"
to the bottom of your config.php

Settings
========
maxUsers: The number of maximum users allowed.

Example
=======
addModule('UserLimit', array(
'maxUsers' => 42
));