Method |
Description |
|
_login ( $user, $password, $remember ) : boolean |
Logs a user in. |
|
auto_login ( ) : boolean |
Logs a user in, based on the authautologin Cookie. |
|
check_password ( string $password ) : boolean |
Compare password with original (hashed). Works for current (logged in) user |
|
force_login ( $user ) : boolean |
Forces a user to be logged in, without specifying a password. |
|
logged_in ( $role = NULL ) : boolean |
Checks if a session is active. |
|
logout ( $destroy = FALSE, $logout_all = FALSE ) : boolean |
Log a user out and remove any auto-login Cookies. |
|
password ( $user ) : string |
Get the stored password for a username. |
|