diff --git a/conf/.env b/conf/.env index c95a724..28cac60 100644 --- a/conf/.env +++ b/conf/.env @@ -4,5 +4,5 @@ WT_LOGGING="true" WT_DEBUG="false" WT_DATABASE_DRIVER="sqlite" WT_DSN="./database.db" -WT_REGISTRATION_DISABLED="false" +WT_REGISTRATION_DISABLED="__REGISTRATION__" WT_SOCIALS_DISABLED="true" \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index f1f2f69..9dab7c2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -35,6 +35,13 @@ ram.runtime = "50M" type = "group" default = "visitors" + [install.registration] + ask.en = "Do you want to autorize registrations to this app?" + type = "select" + choices = ["true", "false"] + default = false + optional = true + [resources] [resources.sources]