diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 7799ea927..ef63fbd28 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -74,6 +74,7 @@ admin: | |||
74 | signup: | 74 | signup: |
75 | enabled: false | 75 | enabled: false |
76 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | 76 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited |
77 | requires_email_verification: false | ||
77 | filters: | 78 | filters: |
78 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist | 79 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist |
79 | whitelist: [] | 80 | whitelist: [] |