mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Merge commit 'b907a66f394b279d3ca2b1ac620bc7bb13cc6dd2' into bigmerge
This commit is contained in:
@@ -3222,7 +3222,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
UserAccount account = userAccountService.GetUserAccount(scopeID, firstName, lastName);
|
||||
if (null == account)
|
||||
{
|
||||
account = new UserAccount(scopeID, firstName, lastName, email);
|
||||
account = new UserAccount(scopeID, UUID.Random(), firstName, lastName, email);
|
||||
if (account.ServiceURLs == null || (account.ServiceURLs != null && account.ServiceURLs.Count == 0))
|
||||
{
|
||||
account.ServiceURLs = new Dictionary<string, object>();
|
||||
|
||||
Reference in New Issue
Block a user