re-enable registration of user service authentication method I accidentally disabled a few commits ago

load/save iar on a grid should now work, provided that the user service is this revision or newer
This commit is contained in:
Justin Clark-Casey (justincc)
2009-09-24 15:22:47 +01:00
parent f62b5e6cec
commit e1abc3d4c4
2 changed files with 2 additions and 12 deletions

View File

@@ -109,7 +109,7 @@ namespace OpenSim.Grid.UserServer.Modules
m_httpServer.AddXmlRPCHandler("get_avatar_picker_avatar", XmlRPCGetAvatarPickerAvatar);
// Used by IAR module to do password checks
//m_httpServer.AddXmlRPCHandler("authenticate_user_by_password", XmlRPCAuthenticateUserMethodPassword);
m_httpServer.AddXmlRPCHandler("authenticate_user_by_password", XmlRPCAuthenticateUserMethodPassword);
m_httpServer.AddXmlRPCHandler("update_user_current_region", XmlRPCAtRegion);
m_httpServer.AddXmlRPCHandler("logout_of_simulator", XmlRPCLogOffUserMethodUUID);