mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* refactor: move CreateUser into UserServiceAdmin
This commit is contained in:
@@ -298,11 +298,6 @@ namespace OpenSim
|
||||
m_assetCache = new AssetCache(assetServer);
|
||||
}
|
||||
|
||||
public UUID CreateUser(string tempfirstname, string templastname, string tempPasswd, string email, uint regX, uint regY)
|
||||
{
|
||||
return m_commsManager.AddUser(tempfirstname, templastname, tempPasswd, email, regX, regY);
|
||||
}
|
||||
|
||||
public void ProcessLogin(bool LoginEnabled)
|
||||
{
|
||||
if (LoginEnabled)
|
||||
@@ -314,8 +309,7 @@ namespace OpenSim
|
||||
{
|
||||
m_log.Info("[Login] Login are now disabled ");
|
||||
m_commsManager.GridService.RegionLoginsEnabled = false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user