diff core/features.lua @ 12674:72f431b4dc2c

Merge role-auth->trunk
author Matthew Wild <mwild1@gmail.com>
date Mon, 22 Aug 2022 13:53:35 +0100
parents a5a0783e9241
children d32926897ca4
line wrap: on
line diff
--- a/core/features.lua	Fri Aug 19 14:24:31 2022 +0200
+++ b/core/features.lua	Mon Aug 22 13:53:35 2022 +0100
@@ -4,5 +4,7 @@
 	available = set.new{
 		-- mod_bookmarks bundled
 		"mod_bookmarks";
+		-- Roles, module.may and per-session authz
+		"permissions";
 	};
 };