Skip to content

Commit

Permalink
temporarily disable email confirmation for editing (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Shikhar <shikharish05@gmail.com>
  • Loading branch information
shikharish authored Sep 11, 2024
1 parent 02c2dd8 commit 0a5b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmailConfirmToEdit = true;
// $wgEmailConfirmToEdit = true;

$wgEmergencyContact = "admin@wiki.metakgp.org";
$wgPasswordSender = "no-reply@wiki.metakgp.org";
Expand Down

0 comments on commit 0a5b403

Please sign in to comment.