MaRDI4NFDI / portal-compose

docker-composer repo for mardi
https://portal.mardi4nfdi.de
GNU General Public License v3.0
3 stars 1 forks source link

Deactivate URL captcha trigger #515

Closed eloiferrer closed 3 months ago

eloiferrer commented 3 months ago

MaRDI Pull Request

Changes:

Instructions for PR review:

Checklist for this PR:

physikerwelt commented 3 months ago

See also https://phabricator.wikimedia.org/T310419 and https://phabricator.wikimedia.org/T318718

physikerwelt commented 3 months ago

Let's test that... I changed it directly on the server


root@4dd0d8795c52:/var/www/html/LocalSettings.d# cat zz_tmp.php 
<?php
$wgCaptchaTriggers['addurl'] = false;
eloiferrer commented 3 months ago

With your manual edit it is working, so I'm merging this.