Skip to content

Commit 0a5b403

Browse files
authored
temporarily disable email confirmation for editing (#147)
Signed-off-by: Shikhar <[email protected]>
1 parent 02c2dd8 commit 0a5b403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediawiki/LocalSettings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
$wgEnableEmail = true;
3838
$wgEnableUserEmail = true; # UPO
39-
$wgEmailConfirmToEdit = true;
39+
// $wgEmailConfirmToEdit = true;
4040

4141
$wgEmergencyContact = "[email protected]";
4242
$wgPasswordSender = "[email protected]";

0 commit comments

Comments
 (0)