Home
last modified time | relevance | path

Searched refs:auth_login (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/
H A Dauth.php7 * a user by calling auth_login()
107 // then attempt auth_login
232 return auth_login(
270 function auth_login($user, $pass, $sticky = false, $silent = false)
325 return auth_login($user, $pass, $sticky, true);
207 function auth_login($user, $pass, $sticky = false, $silent = false) { global() function
/dokuwiki/inc/Extension/
H A DAuthPlugin.php168 * still run auth_login as a fallback, which may call
174 * the auth_login() function
184 * DokuWiki like auth_login() does.
186 * @see auth_login()