Software /
code /
prosody
Changeset
10768:55a9e9bf6abb
mod_register_limits: Fix text reason field name for 'throttled'
Copy-paste mistake presumably
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 23 Apr 2020 19:24:27 +0200 |
parents | 10767:a0166932479f |
children | 10769:8cecb85e4bc4 |
files | plugins/mod_register_limits.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_register_limits.lua Thu Apr 23 19:02:44 2020 +0200 +++ b/plugins/mod_register_limits.lua Thu Apr 23 19:24:27 2020 +0200 @@ -67,7 +67,7 @@ condition = "forbidden"; }; throttled = { - reason = "Too many registrations from this IP address recently"; + text = "Too many registrations from this IP address recently"; type = "wait"; condition = "policy-violation"; };