mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-02-16 10:21:44 +01:00
nixos-wiki: disable ConfirmToEdit option for now
This commit is contained in:
parent
76501abda3
commit
62f57c9fdb
@ -115,7 +115,8 @@ in
|
|||||||
$wgEditPageFrameOptions = "DENY";
|
$wgEditPageFrameOptions = "DENY";
|
||||||
|
|
||||||
$wgEnableEmail = true;
|
$wgEnableEmail = true;
|
||||||
$wgEmailConfirmToEdit = true;
|
# FIXME: we cannot enable this because of github login
|
||||||
|
$wgEmailConfirmToEdit = false;
|
||||||
$wgAllowHTMLEmail = false;
|
$wgAllowHTMLEmail = false;
|
||||||
|
|
||||||
$wgEmergencyContact = "${cfg.emergencyContact}";
|
$wgEmergencyContact = "${cfg.emergencyContact}";
|
||||||
|
Loading…
Reference in New Issue
Block a user