jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Legoktm: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: Ifc32f0cf82ea80361822f612b0c6aeb427721606
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits