Skip to content
Snippets Groups Projects
Verified Commit 7ddfe31d authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

Merge branch '563-wiki-sender' into 'master'

archwiki: Switch notification mail to noreply

Closes #563

See merge request !810
parents 562621b9 e25bb53d
No related branches found
No related tags found
1 merge request!810archwiki: Switch notification mail to noreply
Pipeline #93982 passed
......@@ -112,7 +112,7 @@ $wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmergencyContact = "webmaster@archlinux.org";
$wgPasswordSender = "webmaster@archlinux.org";
$wgPasswordSender = "noreply+wiki@archlinux.org";
$wgEnotifUserTalk = true; # UPO
$wgEnotifWatchlist = true; # UPO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment