How to pass the third parameter to UserIdentity on login authentication

Comparing #4 with #5

Content

[...]
}

else {
$this->_id = $login->id;
$this->username = $login->email;
$this->_first_name = $
userlogin->first_name; $this->setState('firstName', $userlogin->first_name);
$this->setState('userType', $this->usertype); //Store user type for sepration
[...]
Multi user login facility from single login from. Try this, working great in yii 1.1