From ba5cba6719011fb2ccdc040a8aa6d86d41d4d5b0 Mon Sep 17 00:00:00 2001 From: Hannes Plattner Date: Mon, 4 May 2026 13:52:57 +0200 Subject: [PATCH] check label --- loops/server/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loops/server/auth.py b/loops/server/auth.py index 7e713c0..27b62be 100644 --- a/loops/server/auth.py +++ b/loops/server/auth.py @@ -75,7 +75,7 @@ class Unauthorized(LoginPage): return super(Unauthorized, self).__call__() # open or redirect to login page else: response.setStatus(403) - return 'Unauthorized' + return 'Unauthorized: You are not allowed to access this ressource.' def getConfigAuthMethod():