https://bugzilla.wikimedia.org/show_bug.cgi?id=42866
T. Gries <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from T. Gries <[email protected]> --- SOLVED. When you use the deprecated $wgAllowRealName = false; this does not work any more since 1.21.0, wherein it is removed, and Credits are shown for Realnames. You must use $wgHiddenPrefs[] = 'realname'; References: * https://www.mediawiki.org/wiki/Manual:$wgHiddenPrefs * https://www.mediawiki.org/wiki/Manual:$wgAllowRealName -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
