diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-07-06 20:10:56 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-07-06 20:10:56 +0100 |
commit | a4afe4da692f02c286d7d92d74bd0d8b1ec1b54a (patch) | |
tree | 84124a2956d14573cb1385535900f899c89bebe2 /files/virtual_host.cfg.lua.j2 | |
parent | 23b38d36fcf0145880af7f5a0240d2af30b2a88e (diff) |
Remove anonymous login support
This was originally intended for motoristic, but is no longer needed by
any domain.
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index eb3a52e..3816998 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -47,10 +47,3 @@ log_all_rooms = true restrict_room_creation = "local" muc_room_default_public = false muc_room_default_public_jids = true - -{% if anonymous_login %} - -VirtualHost "anon.{{ virtual_host }}" -authentication = "anonymous" - -{% endif %} |