29 require_once
'Auth.php';
103 if ( $this->allow_anonymous
104 && empty($this->username)
105 && empty($this->password) ) {
106 $this->
setAuth($this->anonymous_username);
107 if (is_callable($this->loginCallback)) {
108 call_user_func_array($this->loginCallback, array($this->username, $this) );
128 $this->allow_anonymous =
false;
129 if( !empty($this->session[
'username']) && $this->session[
'username'] == $this->anonymous_username ) {
if(!is_array($argv)) $options
forceLogin()
Force the user to login.
Auth_Anonymous($storageDriver, $options='', $loginFunction='', $showLogin=true)
Pass all parameters to Parent Auth class.
setAuth($username)
Register variable in a session telling that the user has logged in successfully.