* Change profile check for add user to run through the cache service
parent
91bd87add1
commit
83c9a6a230
|
@ -903,7 +903,7 @@ namespace OpenSim
|
||||||
email = MainConsole.Instance.CmdPrompt("Email", "");
|
email = MainConsole.Instance.CmdPrompt("Email", "");
|
||||||
else email = cmdparams[7];
|
else email = cmdparams[7];
|
||||||
|
|
||||||
if (null == m_commsManager.UserService.GetUserProfile(firstName, lastName))
|
if (null == m_commsManager.UserProfileCacheService.GetUserDetails(firstName, lastName))
|
||||||
{
|
{
|
||||||
m_commsManager.UserAdminService.AddUser(firstName, lastName, password, email, regX, regY);
|
m_commsManager.UserAdminService.AddUser(firstName, lastName, password, email, regX, regY);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue