diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-01-03 14:31:58 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-01-03 14:31:58 +0000 |
| commit | fa86d5476e8714e74a526046d86f0a2d6096293b (patch) | |
| tree | e032c6db0fbf4371ed1867001f43ff8ea633d431 /files/virtual_host.cfg.lua.j2 | |
| parent | 5aebdf5c72549adc87189021fd996269558e0543 (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.j2 | 1 |
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"; |
