mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* refactor: move ResetUserPassword into UserServiceAdmin
This commit is contained in:
@@ -251,18 +251,6 @@ namespace OpenSim.Framework.Communications
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// Reset a user password
|
||||
/// </summary>
|
||||
/// <param name="firstName"></param>
|
||||
/// <param name="lastName"></param>
|
||||
/// <param name="newPassword"></param>
|
||||
/// <returns>true if the update was successful, false otherwise</returns>
|
||||
public bool ResetUserPassword(string firstName, string lastName, string newPassword)
|
||||
{
|
||||
return m_userServiceAdmin.ResetUserPassword(firstName, lastName, newPassword);
|
||||
}
|
||||
|
||||
#region Friend Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user