LiveUser::isInactive()

LiveUser::isInactive() -- Function that determines if the user exists but hasn't yet beendeclared "active" by an administrator.

Synopsis

require_once 'LiveUser.php';

boolean LiveUser::isInactive ()

Description

Use this to check if this was the reason why a user was not able to login. true == Not active false == active

Throws

throws no exceptions thrown

Note

This function can not be called statically.