From 770db24aeec0d85cae8c0357c5a13468e8478cac Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Fri, 2 Jan 2026 14:31:17 +0000 Subject: Reset invite token expiry to default of seven days A year is a little excessive. --- files/prosody.cfg.lua.j2 | 1 - 1 file changed, 1 deletion(-) (limited to 'files/prosody.cfg.lua.j2') diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index e46a32b..4b79a82 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -135,7 +135,6 @@ smacks_hibernation_time = 86400 {% if not is_transport_server %} allow_registration = true -invite_expiry = 86400 * 365 registration_invite_only = true {% endif %} -- cgit v1.2.3