]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/UserLimit/README
Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes
[quix0rs-gnu-social.git] / plugins / UserLimit / README
1 The UserLimit plugin limits the number of users who can register.
2
3 Installation
4 ============
5 add "addPlugin('UserLimit');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 maxUsers: The number of maximum users allowed.
11
12 Example
13 =======
14 addPlugin('UserLimit', array(
15     'maxUsers' => 42
16 ));
17