Lines Matching refs:to

6  * Including this file will automatically try to login
30 * This used to be the main() of the auth.php
52 // try to load auth backend from plugins
66 // degrade to unauthenticated user
85 // if no credentials were given try to use HTTP auth (for SSO)
241 * This tries to login the user based on the sent auth credentials
287 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
318 $USERINFO = $session['info']; //FIXME move all references to session
323 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
328 //just to be sure
350 // convert IP string to packed binary representation
362 * Creates a random key to encrypt the password in cookies
364 * This function tries to read the password for encrypting
369 * @param bool $addsession if true, the sessionid is added to the salt
448 compatible to ciphertext that was created using a "normal" IV.
527 * Should usually be called without any parameters to check the current
535 * @param bool $recache set to true to refresh the cache
590 * Alias to auth_ismanager with adminonly=true
596 * @param bool $recache set to true to refresh the cache
609 * users and groups to determine membership status
614 * @param string $user user to match against
662 * @param string $id page ID (needs to be resolved and cleaned)
682 * @param string $id page ID (needs to be resolved and cleaned)
815 msg('No ACL setup yet! Denying access to everyone.');
882 * The $foruser variable might be used by plugins to run additional password
903 $c = 'bcdfghjklmnprstvwz'; //consonants except hard to speak ones
923 * Sends a password to the given user
951 $mail->to($mail->getCleanName($userinfo['name']) . ' <' . $userinfo['mail'] . '>');
1006 //okay try to create the user
1022 // autogenerated password? then send password to user
1091 // anything to do?
1286 $mail->to($userinfo['name'] . ' <' . $userinfo['mail'] . '>');
1332 * @param string $crypt The hash to compare with
1345 * Set the authentication cookie and add user identification data to the session