Home
last modified time | relevance | path

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

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