Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dauth.php288 auth_setCookie($user, auth_encrypt($pass, $secret), $sticky);
1113 auth_setCookie($INPUT->server->str('REMOTE_USER'), $pass, (bool) $sticky);
1352 function auth_setCookie($user, $pass, $sticky)
1246 function auth_setCookie($user, $pass, $sticky) { global() function