[eluser]Jimmy - IND[/eluser]
@param string $prop can be 'id', 'user_name', 'country_id', 'email', 'role', 'last_visit', 'created', 'modified'
@return prop string of currently logged in user
@return empty string if user not logged in or prop unknown
$this->freakauth_light->getUserProperty($prop);
or use to get just the username directly .
$this->freakauth_light->getUserName();