Reedy has uploaded a new change for review.
https://gerrit.wikimedia.org/r/278281
Change subject: Actually make $wgNoReplyAddress default to $wgPasswordSender
......................................................................
Actually make $wgNoReplyAddress default to $wgPasswordSender
Bug: T130368
Change-Id: Ifc32f0cf82ea80361822f612b0c6aeb427721606
---
M includes/Setup.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/81/278281/1
diff --git a/includes/Setup.php b/includes/Setup.php
index f26d789..2ab1447 100644
--- a/includes/Setup.php
+++ b/includes/Setup.php
@@ -610,7 +610,7 @@
$wgPasswordSender = 'apache@' . $wgServerName;
}
if ( !$wgNoReplyAddress ) {
- $wgNoReplyAddress = $wgNoReplyAddress;
+ $wgNoReplyAddress = $wgPasswordSender;
}
if ( $wgSecureLogin && substr( $wgServer, 0, 2 ) !== '//' ) {
--
To view, visit https://gerrit.wikimedia.org/r/278281
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc32f0cf82ea80361822f612b0c6aeb427721606
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits