Captive Portal Options - Printable Version +- KeexyBox's forum (https://forum.keexybox.org) +-- Forum: System settings (https://forum.keexybox.org/Forum-System-settings) +--- Forum: Captive portal (https://forum.keexybox.org/Forum-Captive-portal) +--- Thread: Captive Portal Options (/Thread-Captive-Portal-Options) |
Captive Portal Options - itpilot - 06-02-2022 please guys can you assist me firstly let me say thank you for an amazing product 1. how do i change the Background of the Captive Portal with a Picture? 2. how do I Add two Additional Fields for the Registration Page? any help greatly appreciated RE: Captive Portal Options - benoit - 06-10-2022 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 : 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. |