Diff

plugins/mod_register_limits.lua @ 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
parent 10766:00d2a577204c
child 11807:f5295e59ca78
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";
 	};