Searched refs:sticky (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/inc/ |
| H A D | auth.php | 288 * @param bool $sticky Cookie should not expire 295 function auth_login($user, $pass, $sticky = false, $silent = false) argument 313 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session 314 auth_setCookie($user, auth_encrypt($pass, $secret), $sticky); 327 [$user, $sticky, $pass] = auth_getCookie(); 349 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session 351 return auth_login($user, $pass, $sticky, true); 1137 [/* user */, $sticky, /* pass */] = auth_getCookie(); 1138 $pass = auth_encrypt($changes['pass'], auth_cookiesalt(!$sticky, true)); 1139 auth_setCookie($INPUT->server->str('REMOTE_USER'), $pass, (bool) $sticky); [all …]
|
| /dokuwiki/inc/Extension/ |
| H A D | AuthPlugin.php | 191 * @param bool $sticky Cookie should not expire 195 public function trustExternal($user, $pass, $sticky = false) argument
|