https://bugzilla.wikimedia.org/show_bug.cgi?id=29483

DF <wmdf...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #7 from DF <wmdf...@gmail.com> 2011-07-08 08:34:18 UTC ---
Sorry to reopen but the changes we requested were not completly performed:

1. We want to explicity dissallow IP users and non-autoconfirmed users to be
able to see the filters and the log. The following lines are missing in the
config. file:

$wgGroupPermissions['*']['abusefilter-view'] = false;
$wgGroupPermissions['*']['abusefilter-log'] = false;

See <http://es.wikibooks.org/wiki/Especial:ListaDerechosGrupos>

2. We requested the filter to be able to block users with default expiry time =
24 hours. The following lines are missing:

$wgAbuseFilterAvailableActions[] = 'block';
$wgAbuseFilterBlockDuration = '24 hours';

http://noc.wikimedia.org/conf/highlight.php?file=abusefilter.php

Regards.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to