Updated HGUserServices with AuthenticateUserByPassword, so that iar works.

0.6.8-post-fixes
Diva Canto 2009-11-10 07:57:54 -08:00
parent 90b15aa440
commit 3294714099
1 changed files with 8 additions and 0 deletions

View File

@ -204,6 +204,14 @@ namespace OpenSim.Region.Communications.Hypergrid
return base.UpdateUserProfile(userProfile);
}
public override bool AuthenticateUserByPassword(UUID userID, string password)
{
if (m_localUserServices != null)
return m_localUserServices.AuthenticateUserByPassword(userID, password);
else
return base.AuthenticateUserByPassword(userID, password);
}
#region IUserServices Friend Methods
// NOTE: We're still not dealing with foreign user friends