Page MenuHomePhabricator

Setting $wgLogAutocreatedAccounts to false makes admin's jobs difficult
Closed, ResolvedPublic

Description

In order to address privacy concerns from auto-created accounts (Bug #19161), $wgLogAutocreatedAccounts was created so that accounts which were auto-created because of CentralAuth would not be logged.

This change makes it difficult for admins to patrol their wiki's for malicious users since they can't see newly created accounts.

A way to handle the privacy concerns without impeding the admins' work should be found.


Version: unspecified
Severity: enhancement

Details

Reference
bz28227

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:32 PM
bzimport set Reference to bz28227.
bzimport added a subscriber: Unknown Object (MLST).

This was fixed by removing the configuration variable, r85128.