Home
last modified time | relevance | path

Searched refs:getQRCodeGoogleUrl (Results 1 – 5 of 5) sorted by relevance

/plugin/authg2fa/
H A Daction.php84 $url = $ga->getQRCodeGoogleUrl(urlencode('DokuWiki:'.$_SERVER['REMOTE_USER']), $secret);
H A DGoogleAuthenticator.php76 public function getQRCodeGoogleUrl($name, $secret) { function in PHPGangsta_GoogleAuthenticator
H A Dadmin.php110 …$url = $ga->getQRCodeGoogleUrl(urlencode('DokuWiki:'.$this->_unhide), $this->_tokens[$this->_unhid…
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php76 public function getQRCodeGoogleUrl($name, $secret) { function in PHPGangsta_GoogleAuthenticator
/plugin/twofactor/
H A DGoogleAuthenticator.php107 public function getQRCodeGoogleUrl($name, $secret, $title = null, $params = array()) function in dokuwiki\\plugin\\twofactor\\GoogleAuthenticator