Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
I would like to extend the Captive Portal...
« previous
next »
Print
Pages: [
1
]
Author
Topic: I would like to extend the Captive Portal... (Read 4181 times)
soernt.poppe
Newbie
Posts: 17
Karma: 2
I would like to extend the Captive Portal...
«
on:
May 31, 2018, 09:39:09 am »
Hi there,
I would like to extend the Captive Portal to support this workflow:
Guest user try to connect to my network an gets displayed a QR-Code and a login button. The QR-Code contains a new random user name and password.
Guest ask an allready authenticated user to create a voucher. Authenticated users scanns the QR-Code and gets displayed a message "Create new voucher for "user name" and an imput field for the expiry time.
After the authenticated user press "Create Voucher", a voucher will be created. The Guest clicks the login button and gets validated.
I am completly new to create these kind of customization. I scanned through the source code and found the "src\opnsense\mvc\app\library\OPNsense\Auth\Voucher.php" file.
What I would like to see here:
a) a function that returns a new random user name and password.
b) a function that creates a voucher for a given user name, password and expiry time.
Basically the functions are allready there, within the generateVouchers function.
I need someone who can guide me and will perform a code review :-)
Kind regards,
Sörnt
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
I would like to extend the Captive Portal...