Home
last modified time | relevance | path

Searched refs:twofactor (Results 1 – 21 of 21) sorted by relevance

/plugin/authgoogle2fa/
H A Dauth.php23 $twofactor = true;
24 if(!defined('GOOGLE_AUTH_SECRET')) $twofactor=false;
25 if($enable==0) $twofactor=false;
26 if($twofactor==true) {
/plugin/authg2fa/
H A Dauth.php26 $twofactor = true;
29 $twofactor = false;
36 if(!$twofactor) { // There is no secret for the given user..
/plugin/twofactor/
H A Dplugin.info.txt1 base twofactor
7 url https://www.dokuwiki.org/plugin:twofactor
H A DREADME1 twofactor Plugin for DokuWiki
6 https://www.dokuwiki.org/plugin:twofactor
9 lib/plugins/twofactor/ - if the folder is called different it
H A DMenuItem.php3 namespace dokuwiki\plugin\twofactor;
H A Dscript.js11 if (window.confirm(LANG.plugins.twofactor.reset_confirm)) return;
H A DOtpField.php3 namespace dokuwiki\plugin\twofactor;
H A DSettings.php3 namespace dokuwiki\plugin\twofactor;
H A Dadmin.php4 use dokuwiki\plugin\twofactor\Manager;
5 use dokuwiki\plugin\twofactor\Settings;
10 * Allows to reset a user's twofactor data
51 (new Settings('twofactor', $userdel))->purge();
74 $form->setHiddenField('page', 'twofactor');
213 * Get the filtered users that have a twofactor provider set
220 $users = Settings::findUsers('twofactor');
H A DProvider.php3 namespace dokuwiki\plugin\twofactor;
35 * Register this class as a twofactor provider
H A DGoogleAuthenticator.php3 namespace dokuwiki\plugin\twofactor;
8 * Namespaced for twofactor DokuWiki Plugin
H A DManager.php3 namespace dokuwiki\plugin\twofactor;
60 return 'twofactor';
113 $setting = new Settings('twofactor', $this->getUser());
167 $settings = new Settings('twofactor', $this->getUser());
245 $setting = new Settings('twofactor', $this->getUser());
266 $setting = new Settings('twofactor', $this->getUser());
/plugin/twofactorgoogleauth/
H A Daction.php4 use dokuwiki\plugin\twofactor\OtpField;
5 use dokuwiki\plugin\twofactor\Provider;
/plugin/twofactoremail/
H A Daction.php4 use dokuwiki\plugin\twofactor\OtpField;
5 use dokuwiki\plugin\twofactor\Provider;
/plugin/twofactor/action/
H A Dlogin.php3 use dokuwiki\plugin\twofactor\Manager;
4 use dokuwiki\plugin\twofactor\Provider;
7 * DokuWiki Plugin twofactor (Action Component)
H A Dprofile.php5 use dokuwiki\plugin\twofactor\Manager;
6 use dokuwiki\plugin\twofactor\MenuItem;
9 * DokuWiki Plugin twofactor (Action Component)
21 // Adds our twofactor profile to the user menu.
H A Dresendpwd.php3 use dokuwiki\plugin\twofactor\Manager;
6 * DokuWiki Plugin twofactor (Action Component)
/plugin/twofactortelegram/
H A Daction.php4 use dokuwiki\plugin\twofactor\OtpField;
5 use dokuwiki\plugin\twofactor\Provider;
H A DREADME6 https://www.dokuwiki.org/plugin:twofactor
/plugin/twofactoraltemail/
H A Daction.php4 use dokuwiki\plugin\twofactor\OtpField;
5 use dokuwiki\plugin\twofactor\Provider;
H A DREADME6 https://www.dokuwiki.org/plugin:twofactor