mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 21:34:35 -04:00
Add a max_registrations limit
- Allow user to create accounts (not implemented) - Admin only can set this limit See https://github.com/FreshRSS/FreshRSS/issues/679
This commit is contained in:
@@ -352,6 +352,9 @@ class FreshRSS_ConfigurationSetter {
|
||||
'min' => 0,
|
||||
'max' => $max_small_int,
|
||||
),
|
||||
'max_registrations' => array(
|
||||
'min' => 0,
|
||||
),
|
||||
);
|
||||
|
||||
foreach ($values as $key => $value) {
|
||||
|
||||
Reference in New Issue
Block a user