From 63851f14417e8027d51150daa93413b1bc6888ed Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 28 Nov 2008 15:47:01 +0000 Subject: * refactor: move ResetUserPassword into UserServiceAdmin --- OpenSim/Framework/Communications/CommunicationsManager.cs | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'OpenSim/Framework/Communications/CommunicationsManager.cs') 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 } #endregion - - /// - /// Reset a user password - /// - /// - /// - /// - /// true if the update was successful, false otherwise - public bool ResetUserPassword(string firstName, string lastName, string newPassword) - { - return m_userServiceAdmin.ResetUserPassword(firstName, lastName, newPassword); - } #region Friend Methods -- cgit v1.1