mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Change profile check for add user to run through the cache service
This commit is contained in:
@@ -903,7 +903,7 @@ namespace OpenSim
|
||||
email = MainConsole.Instance.CmdPrompt("Email", "");
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user