From fa86d5476e8714e74a526046d86f0a2d6096293b Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 3 Jan 2026 14:31:58 +0000 Subject: Enable invites_register_web module This allows users who are registering using the invite webpage to register an account directly online, in case their desired client is not listed. I doubt this will ever be used, but without this module, the register manually link is broken in the invite page, and on the off chance it is used, I want to provide a good experience. --- files/virtual_host.cfg.lua.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'files/virtual_host.cfg.lua.j2') diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index 5710859..389e98e 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -22,6 +22,7 @@ modules_enabled = { "invites_api"; "invites_page"; "invites_register"; + "invites_register_web"; "invites_tracking"; "register"; "register_apps"; -- cgit v1.2.3