Remove wgPasswordSenderName from DefaultSettings.php
authorJames D. Forrester <jforrester@wikimedia.org>
Mon, 20 Aug 2018 20:18:31 +0000 (13:18 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 20 Aug 2018 20:20:45 +0000 (13:20 -0700)
This was removed from MediaWiki in 1.23 already, but was still
lingering in DefaultSettings.

Follow-up to: I578341430f53bef6d02b8ad78c1c1f2e6b96c064.
Previous, reverted attempt: acda2cc90aea519f41c8ae55bc4d05f02072df84.

Bug: T97709
Change-Id: I94a0c7c20f78c31149685c4443564be240ddad50

RELEASE-NOTES-1.32
includes/DefaultSettings.php

index 158fbe2..cc75699 100644 (file)
@@ -37,6 +37,9 @@ production.
   sitewide CSS/JS (and editing other users' CSS/JS). No other group has
   'editsitecss', 'editusercss', 'editsitejs' or 'edituserjs' by default.
 * A new grant group, 'editsiteconfig', is added for granting the above rights.
+* The $wgPasswordSenderName setting, ignored since 1.23 by MediaWiki and almost
+  all extensions, is no longer set at all. Instead, you can modify the system
+  message `emailsender`.
 
 === New features in 1.32 ===
 * (T112474) Generalized the ResourceLoader mechanism for overriding modules
index 26136fe..fdac10a 100644 (file)
@@ -1646,13 +1646,6 @@ $wgEmergencyContact = false;
  */
 $wgPasswordSender = false;
 
-/**
- * Sender name for e-mail notifications.
- *
- * @deprecated since 1.23; use the system message 'emailsender' instead.
- */
-$wgPasswordSenderName = 'MediaWiki Mail';
-
 /**
  * Reply-To address for e-mail notifications.
  *