diff options
| author | 2015-07-23 09:28:58 +0200 | |
|---|---|---|
| committer | 2015-07-23 09:28:58 +0200 | |
| commit | 28dd652228b8e863cddd3d03613c586c01796204 (patch) | |
| tree | d6d83d44beb2a31095ca301723fe7ab79ee87e37 /data/config.default.php | |
| parent | fa76e863c5622609b944542b0255c30f2f67c97e (diff) | |
| parent | 1ad36c420e774d6f66b6a7ecf5b37ed1103ea464 (diff) | |
Merge pull request #914 from marienfressinaud/679-create-accounts
Add account creation feature. To be tested for 1.1.2-beta
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 6013b13b8..5db933ff8 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -77,6 +77,10 @@ return array( # Max number of categories for a user. 'max_categories' => 16384, + # Max number of accounts that anonymous users can create + # 0 for an unlimited number of accounts + # 1 is to not allow user registrations (1 is corresponding to the admin account) + 'max_registrations' => 1, ), # Options used by cURL when making HTTP requests, e.g. when the SimplePie library retrieves feeds. |
