Home
last modified time | relevance | path

Searched refs:trustExternal (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Extension/
DAuthPlugin.php195 public function trustExternal($user, $pass, $sticky = false) function in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/inc/Remote/
DApiCore.php147 $ok = $auth->trustExternal($user, $pass, false);
/dokuwiki/inc/
Dauth.php107 $ok = $auth->trustExternal($INPUT->str('u'), $INPUT->str('p'), $INPUT->bool('r'));