mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
*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.
This commit is contained in:
@@ -376,5 +376,6 @@ namespace OpenSim.Framework.UserManagement
|
||||
|
||||
public abstract UserProfileData SetupMasterUser(string firstName, string lastName);
|
||||
public abstract UserProfileData SetupMasterUser(string firstName, string lastName, string password);
|
||||
public abstract UserProfileData SetupMasterUser(libsecondlife.LLUUID uuid);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user