1
1
Fork 0

Move forbidden_nicknames default to config file

This commit is contained in:
Hypolite Petovan 2018-07-06 21:46:35 -04:00
commit 4d5b79a9d4
2 changed files with 6 additions and 3 deletions

View file

@ -161,6 +161,11 @@ dlogfile =
; restricts develop log writes to requests originating from this IP address
dlogip =
; forbidden_nicknames (Comma-separated list)
; Prevents users from registering the specified nicknames on this node
; Default value comprises classic role names from RFC 2142
forbidden_nicknames = info, marketing, sales, support, abuse, noc, security, postmaster, hostmaster, usenet, news, webmaster, www, uucp, ftp, root, sysop
; frontend_worker_timeout (Integer)
; Value in minutes after we think that a frontend task was killed by the webserver.
frontend_worker_timeout = 10