From 507f0d060da30a8f65bec8b2ac1f08837d536b4c Mon Sep 17 00:00:00 2001 From: cbdev Date: Mon, 4 Jul 2022 19:21:34 +0200 Subject: Implement authentication modules for admin panel --- backend/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backend/config.py') diff --git a/backend/config.py b/backend/config.py index effbf85..2de63bc 100644 --- a/backend/config.py +++ b/backend/config.py @@ -8,3 +8,5 @@ global_limit = 0 user_subdirs = True # Path to the backing database database = "cargohold.db3" +# Select the authentication provider for the web admin interface +import NoneAuth as Auth -- cgit v1.2.3