Menu

log in with qr-code?

Help
2017-12-26
2019-04-11
  • Ralf Fleischer

    Ralf Fleischer - 2017-12-26

    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.

     
  • Oscar Danilo

    Oscar Danilo - 2019-04-11

    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

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.