06-10-2022, 01:10 PM
Hi,
It is not possible to customize any pages from Keexybox WEBUI.
But if you have skills in PHP and CakePHP, you can make changes on the Captive Portal and Registration page.
Captive Portal and Registration pages are in this directory :
The controller to manage input data is in this file :
Be careful, these files will be overwritten in case of update of Keexybox.
It is not possible to customize any pages from Keexybox WEBUI.
But if you have skills in PHP and CakePHP, you can make changes on the Captive Portal and Registration page.
Captive Portal and Registration pages are in this directory :
Code:
/opt/keexybox/keexyapp/src/Template/Users
The controller to manage input data is in this file :
Code:
/opt/keexybox/keexyapp/src/Controller/UsersController.php
Be careful, these files will be overwritten in case of update of Keexybox.