aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/CommunicationsManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Communications/CommunicationsManager.cs')
-rw-r--r--OpenSim/Framework/Communications/CommunicationsManager.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs
index a5ead3f..c4adfa5 100644
--- a/OpenSim/Framework/Communications/CommunicationsManager.cs
+++ b/OpenSim/Framework/Communications/CommunicationsManager.cs
@@ -251,18 +251,6 @@ namespace OpenSim.Framework.Communications
251 } 251 }
252 252
253 #endregion 253 #endregion
254
255 /// <summary>
256 /// Reset a user password
257 /// </summary>
258 /// <param name="firstName"></param>
259 /// <param name="lastName"></param>
260 /// <param name="newPassword"></param>
261 /// <returns>true if the update was successful, false otherwise</returns>
262 public bool ResetUserPassword(string firstName, string lastName, string newPassword)
263 {
264 return m_userServiceAdmin.ResetUserPassword(firstName, lastName, newPassword);
265 }
266 254
267 #region Friend Methods 255 #region Friend Methods
268 256