check label

This commit is contained in:
Hannes Plattner 2026-05-04 13:52:57 +02:00
parent 5e7796c1c7
commit ba5cba6719

View file

@ -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():