mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* refactor: move ResetUserPassword into UserServiceAdmin
This commit is contained in:
@@ -830,7 +830,7 @@ namespace OpenSim
|
||||
newPassword = MainConsole.Instance.PasswdPrompt("New password");
|
||||
else newPassword = cmdparams[4];
|
||||
|
||||
m_commsManager.ResetUserPassword(firstName, lastName, newPassword);
|
||||
m_commsManager.UserServiceAdmin.ResetUserPassword(firstName, lastName, newPassword);
|
||||
}
|
||||
|
||||
protected void SaveXml(string[] cmdparams)
|
||||
|
||||
Reference in New Issue
Block a user