From 3fe0b3e7938bdb3781fec13784c0b7f943a899c0 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 19 Jan 2025 14:54:24 +0000 Subject: fix boolean settings having the wrong default value --- settings.global.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'settings.global.ini') diff --git a/settings.global.ini b/settings.global.ini index 79699d1..dbad00e 100644 --- a/settings.global.ini +++ b/settings.global.ini @@ -1,3 +1,6 @@ +# please put double quotes around everything. php does weird things to unquoted +# ini values sometimes and it's not worth the debugging headache + [instance.name] name = "Instance name" description = "Shown in the page header and instance information" @@ -11,5 +14,5 @@ default = "A Digitigrade instance" [instance.openRegistrations] name = "Open registrations" description = "Allow new users to sign up?" -default = false -type = boolean +default = "false" +type = "boolean" -- cgit v1.3