summaryrefslogtreecommitdiff
path: root/files/virtual_host.cfg.lua.j2
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2026-01-03 14:31:58 +0000
committerMatthew Fennell <matthew@fennell.dev>2026-01-03 14:31:58 +0000
commitfa86d5476e8714e74a526046d86f0a2d6096293b (patch)
treee032c6db0fbf4371ed1867001f43ff8ea633d431 /files/virtual_host.cfg.lua.j2
parent5aebdf5c72549adc87189021fd996269558e0543 (diff)
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.
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r--files/virtual_host.cfg.lua.j21
1 files changed, 1 insertions, 0 deletions
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";