From 237c79be5823e279c6f23e9cd613c4a52cd85c58 Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Fri, 14 Aug 2026 11:58:44 +0200 Subject: [PATCH] changes to the user authentication --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 93670a7..6287b44 100755 --- a/Web/app.py +++ b/Web/app.py @@ -453,7 +453,7 @@ PERMISSION_ACTION_ENDPOINTS = { 'admin_reset_user_password': 'can_manage_users', 'admin_update_user_permissions': 'can_manage_users', 'admin_anonymize_names': 'can_manage_users', - 'home_admin': 'can_manage_settings', + 'home_admin': 'can_borrow', 'upload_admin': 'can_insert', 'library_admin': 'can_insert', 'admin_borrowings': 'can_manage_settings',