plugins/mod_register_limits.lua
changeset 10772 55a9e9bf6abb
parent 10770 00d2a577204c
child 11811 f5295e59ca78
--- 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";
 	};