Home
last modified time | relevance | path

Searched refs:trustExternal (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/Remote/
H A DApiCore.php146 $ok = $auth->trustExternal($user, $pass, false);
/dokuwiki/inc/
H A Dauth.php102 $ok = $auth->trustExternal($INPUT->str('u'), $INPUT->str('p'), $INPUT->bool('r'));
/dokuwiki/inc/Extension/
H A DAuthPlugin.php150 * only be needed when trustExternal is implemented.
195 public function trustExternal($user, $pass, $sticky = false)
224 * May be ommited if trustExternal is used.
197 public function trustExternal($user, $pass, $sticky = false) global() function in dokuwiki\\Extension\\AuthPlugin