From b51a900bebe914650c1c7db7b77f74c5ac107f6d Mon Sep 17 00:00:00 2001 From: mingchen Date: Sat, 3 Nov 2007 17:49:45 +0000 Subject: *Master Avatar can be specified by a previous UUID in either grid mode or standalone mode by specifying a master_avatar_uuid attribute in the place of master_avatar_xxxx_name and master_avatar_password.You will not be asked for the name and password if a valid UUID is specified. --- OpenSim/Grid/UserServer/UserManager.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Grid') diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs index 96cdfb3..58e9677 100644 --- a/OpenSim/Grid/UserServer/UserManager.cs +++ b/OpenSim/Grid/UserServer/UserManager.cs @@ -168,5 +168,10 @@ namespace OpenSim.Grid.UserServer { throw new Exception("The method or operation is not implemented."); } + + public override UserProfileData SetupMasterUser(libsecondlife.LLUUID uuid) + { + throw new Exception("The method or operation is not implemented."); + } } } \ No newline at end of file -- cgit v1.1