[dw-free] Document all parameters for sub-privs
[commit: http://hg.dwscoalition.org/dw-free/rev/2b2eefda745d]
http://bugs.dwscoalition.org/show_bug.cgi?id=82
Fix description of talk_ip_test
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=82
Fix description of talk_ip_test
Patch by
Files modified:
- cgi-bin/ljlib.pl
--------------------------------------------------------------------------------
diff -r a88e6f2d2793 -r 2b2eefda745d cgi-bin/ljlib.pl
--- a/cgi-bin/ljlib.pl Mon Aug 23 12:42:16 2010 +0800
+++ b/cgi-bin/ljlib.pl Mon Aug 23 13:00:23 2010 +0800
@@ -2483,7 +2483,7 @@ sub list_valid_args {
support_email => "Can ban support requests from emails",
support_uniq => "Can ban support requests from sessions",
support_user => "Can ban support requests from users",
- talk_ip_test => "Can ban IPs from leaving comments",
+ talk_ip_test => "Can force IPs to complete CAPTCHA to leave comments",
uniq => "Can ban specific browser sessions",
user => "Can ban specific users",
} if $priv eq 'sysban';
--------------------------------------------------------------------------------
