From b52965cf9106d64a49bb5f4121d707666b401532 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 6 Dec 2022 21:00:18 +0100 Subject: enable account registrations for testing --- testing.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/testing.ini b/testing.ini index 62c1e26..e68d0cc 100644 --- a/testing.ini +++ b/testing.ini @@ -16,6 +16,7 @@ sqlalchemy.url = sqlite:///%(here)s/testing.sqlite redis.url = redis://localhost fietsboek.default_tile_layers = +enable_account_registration = true email.from = Test email.smtp_url = debug:// -- cgit v1.2.3