KeexyBox's forum

Full Version: Captive Portal Options
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.