INSPIRE-MIF / helpdesk-validator

Community discussion forum for INSPIRE validation issues
41 stars 22 forks source link

Docker version of 2024.1 comes with antispam filter #1078

Closed dhdeangelis closed 1 month ago

dhdeangelis commented 1 month ago

In docker version of 2024.1 the antispam filter is present. This is not optimal for a local instance.

image

DanielMartinPerezdeLeon commented 1 month ago

Dear @dhdeangelis,

thank you very much for reaching out and communicate this issue.

To deactivate the spam filter, you can access the file (.../inspire-validator-2024.1/ui.zip/validator/js/config.js) inside the release zip and set the property captchaEnabled to "false".

Best regards,

dhdeangelis commented 1 month ago

To deactivate the spam filter, you can access the file (.../inspire-validator-2024.1/ui.zip/validator/js/config.js) inside the release zip and set the property captchaEnabled to "false".

Thank you @DanielMartinPerezdeLeon that solved the issue.