Merge pull request #28 from NixOS/joerg-ci

require to confirm email in order to edit
This commit is contained in:
Jörg Thalheim 2024-03-03 11:35:06 +01:00 committed by GitHub
commit 1793b92249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -115,6 +115,7 @@ in
$wgEditPageFrameOptions = "DENY";
$wgEnableEmail = true;
$wgEmailConfirmToEdit = true;
$wgAllowHTMLEmail = false;
$wgEmergencyContact = "${cfg.emergencyContact}";