diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-01-02 14:31:17 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-01-02 14:31:17 +0000 |
| commit | 770db24aeec0d85cae8c0357c5a13468e8478cac (patch) | |
| tree | e28790ed77216a5b0a729c9c818272473e1273f6 /files/prosody.cfg.lua.j2 | |
| parent | ffd87ae6c33513fd3e187e924efdad9a8fa0f7b3 (diff) | |
Reset invite token expiry to default of seven days
A year is a little excessive.
Diffstat (limited to 'files/prosody.cfg.lua.j2')
| -rw-r--r-- | files/prosody.cfg.lua.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
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 %} |
