/* 
     <summary>
        Validate Credentials - designed for Partly Managed, 
        the purpose is to coordinate between partner's credentials and oberon user account.
     </summary>
     <returns></returns>    
*/
function ValidateCredentials()
{
    // in managed, this function will do nothing
    return true;
}
