From deab0bfe7f4be57121779e93bf291e518fda7cf3 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 20 Jul 2018 21:48:33 +0200 Subject: 2018-07-20 21:28:00 --- tex/context/base/mkiv/util-sql-logins.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tex/context/base/mkiv/util-sql-logins.lua') diff --git a/tex/context/base/mkiv/util-sql-logins.lua b/tex/context/base/mkiv/util-sql-logins.lua index dcb48fb35..6773f91bf 100644 --- a/tex/context/base/mkiv/util-sql-logins.lua +++ b/tex/context/base/mkiv/util-sql-logins.lua @@ -244,6 +244,11 @@ function logins.userpermitted(db,name) } end if not data or not data.name then + if not data then + report_logins("no user data for %a",name) + else + report_logins("no name entry for %a",name) + end local d = { name = name, state = 0, -- cgit v1.2.3