Searched refs:getQRCodeGoogleUrl (Results 1 – 5 of 5) sorted by relevance
/plugin/authg2fa/ | ||
H A D | action.php | 84 $url = $ga->getQRCodeGoogleUrl(urlencode('DokuWiki:'.$_SERVER['REMOTE_USER']), $secret); |
H A D | GoogleAuthenticator.php | 76 public function getQRCodeGoogleUrl($name, $secret) { function in PHPGangsta_GoogleAuthenticator |
H A D | admin.php | 110 …$url = $ga->getQRCodeGoogleUrl(urlencode('DokuWiki:'.$this->_unhide), $this->_tokens[$this->_unhid… |
/plugin/authgoogle2fa/ | ||
H A D | GoogleAuthenticator.php | 76 public function getQRCodeGoogleUrl($name, $secret) { function in PHPGangsta_GoogleAuthenticator |
/plugin/twofactor/ | ||
H A D | GoogleAuthenticator.php | 107 public function getQRCodeGoogleUrl($name, $secret, $title = null, $params = array()) function in dokuwiki\\plugin\\twofactor\\GoogleAuthenticator |