1
0
mirror of https://github.com/Mic92/nixos-wiki-infra.git synced 2025-07-16 06:15:09 +02:00

nixos-wiki: disable ConfirmToEdit option for now

This commit is contained in:
Jörg Thalheim
2024-04-01 14:02:59 +02:00
parent 76501abda3
commit 62f57c9fdb

@ -115,7 +115,8 @@ in
$wgEditPageFrameOptions = "DENY";
$wgEnableEmail = true;
$wgEmailConfirmToEdit = true;
# FIXME: we cannot enable this because of github login
$wgEmailConfirmToEdit = false;
$wgAllowHTMLEmail = false;
$wgEmergencyContact = "${cfg.emergencyContact}";