Makes changes to end-user portal submit form.
Find a file
2024-07-01 13:48:19 +02:00
.github/workflows First commit 2024-07-01 13:48:19 +02:00
Config First commit 2024-07-01 13:48:19 +02:00
Http First commit 2024-07-01 13:48:19 +02:00
Providers First commit 2024-07-01 13:48:19 +02:00
Public First commit 2024-07-01 13:48:19 +02:00
Resources First commit 2024-07-01 13:48:19 +02:00
CHANGELOG.md First commit 2024-07-01 13:48:19 +02:00
composer.json First commit 2024-07-01 13:48:19 +02:00
module.json First commit 2024-07-01 13:48:19 +02:00
phpcs.xml.dist First commit 2024-07-01 13:48:19 +02:00
README.md First commit 2024-07-01 13:48:19 +02:00
start.php First commit 2024-07-01 13:48:19 +02:00

Portal submit form changes for Freescout

About

This module denies access to End-user portal submit form for anonymous users.

Installation

  • Clone this repo into the Modules directory of Freescout and name it ItkPortalSubmit.
git clone git@github.com:itk-dev/freescout-itk-portal-submit.git ItkPortalSubmit

Finish

Dump autoload files and empty freescout cache.

idc exec phpfpm composer dumpautoload
idc exec phpfpm php artisan freescout:clear-cache

Enable module

Log into freescout and go to: /modules/list to enable this module.