Hi,
how can I log in with qr-code? What do I have to adjust for a login via the URL
Example: http://192.168.66.1/.............&voucher=LOGINDATA
Thanks.
For Mikrotik using single field login in file rdpdf.php
edit this section
//Only for the passphrases if($this->OutputInstr['q_r']){ $this->write2DBarcode('http://your.hotspot.ip/login?username=' . $voucher['username'] . '&password=' . $voucher['password'], 'QRCODE,L', $this->x_start+58, $this->y_start+7, 20, 20, $this->QrStyle, 'N');
Log in to post a comment.
Hi,
how can I log in with qr-code?
What do I have to adjust for a login via the URL
Example: http://192.168.66.1/.............&voucher=LOGINDATA
Thanks.
For Mikrotik
using single field login
in file rdpdf.php
edit this section
//Only for the passphrases
if($this->OutputInstr['q_r']){
$this->write2DBarcode('http://your.hotspot.ip/login?username=' .
$voucher['username'] . '&password=' . $voucher['password'],
'QRCODE,L',
$this->x_start+58,
$this->y_start+7, 20, 20, $this->QrStyle, 'N');
Last edit: Oscar Danilo 2019-04-11