From f4c203502d7259e673fe1c1714b5d50611a4b825 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 21 Oct 2023 12:56:39 +0200 Subject: mod_tokenauth: Set name/description on cleanup job --- plugins/mod_tokenauth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mod_tokenauth.lua b/plugins/mod_tokenauth.lua index 6034071a..35fb08c5 100644 --- a/plugins/mod_tokenauth.lua +++ b/plugins/mod_tokenauth.lua @@ -347,7 +347,7 @@ function sasl_handler(auth_provider, purpose, extra) end; end -module:daily(function() +module:daily("clear expired grants", function() for username in token_store:items() do get_user_grants(username); -- clears out expired grants end -- cgit v1.2.3