Add option to disable registration (#117)
This commit is contained in:
parent
b9f0ba84ab
commit
402cef3c15
8 changed files with 35 additions and 23 deletions
|
|
@ -65,6 +65,8 @@ service:
|
|||
motd: ""
|
||||
# Enable sharing of lists via a link
|
||||
enablelinksharing: true
|
||||
# Whether to let new users registering themselves or not
|
||||
enableregistration: true
|
||||
|
||||
database:
|
||||
# Database type to use. Supported types are mysql and sqlite.
|
||||
|
|
|
|||
Reference in a new issue