mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Renaming UserManagerBase.SetUserProfile(UserProfileData) to
UserManager.UpdateUserProfile(UserProfileData). Adding UpdateUserProfile(UserProfileData) to IUserService interface. Adding RemoteAdminPlugin.XmlRpcUpdateUserAccountMethod(...) to provide a remote update capability.
This commit is contained in:
@@ -437,6 +437,12 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
throw new Exception("The method or operation is not implemented.");
|
||||
}
|
||||
|
||||
// TODO
|
||||
public bool UpdateUserProfile(UserProfileData data)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public bool UpdateUserProfileProperties(UserProfileData UserProfile)
|
||||
{
|
||||
m_log.Debug("[OGS1 USER SERVICES]: Asking UserServer to update profile.");
|
||||
|
||||
Reference in New Issue
Block a user