From fc0fdf847235619081ccc431bd82559117455f3d Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Fri, 14 Aug 2026 12:05:23 +0200 Subject: [PATCH] change to the authentification system to allow the user acces o the main page --- Web/modules/database/user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/modules/database/user.py b/Web/modules/database/user.py index 2ccbb07..8b293c3 100755 --- a/Web/modules/database/user.py +++ b/Web/modules/database/user.py @@ -211,6 +211,7 @@ PERMISSION_PRESETS = { }, 'pages': { 'home': True, + 'home_admin': True, 'tutorial_page': True, 'my_borrowed_items': True, 'notifications_view': True,