captive portal page with only voucher login
-
Hello everyone.
I have a question if someone know the answer I'll be appreciated, I have captive portal working with voucher authentication and I used the default Web page of pfsense and everything is fine, here what I want the portal page comes with authentication user or voucher.
there is any way to make the page with only voucher authentication without using custom portal page? -
@Balooshy said in captive portal page with only voucher login:
there is any way to make the page with only voucher authentication without using custom portal page?
Short answer : no.
You don't want this :

You don't want the User and Password fields to be shown.
Info : I use Firefox.
When I see this page, I hit Ctrl-U and then I see the 'source' of the page :
Copy paste this file in an editor like Notepad++.
Remove these two lines :<input type="text" name="auth_user" placeholder="User" id="auth_user">and
<input type="password" name="auth_pass" placeholder="Password" id="auth_pass"> <br />Save the 'html' file.
In pfSense, check this button :
and upload your file here :

and Save.