Captive portal
-
Hello,
I set up a captive portal for guest users, now I need to create an authentication page that requests an email address, a last name and first name to the user and display them in the captive portal logs
Someone has an idea of how to proceed?Thanks -
-
Thank you for your answer, Not necessarily, I do not want to use a FreeRadius authentication, I just expect to have a captive portal without authentication and change the fields "login" and "password" by "name", "first name" and "address" email "and be able to display this information in the captive portal logs
-
…. I just expect to have a captive portal without authentication and change the fields "login" and "password" by "name", "first name" and "address" email "and be able to display this information in the captive portal logs
This can not be realized with the proposed settings in the GUI.
You have to upload your own modified captive portal login file, which could (should ?) include some PHP scripting.
And you have to adapt some pfSense core PHP files, such as /etc/inc/captiveportal.inc, at least.