From 6d289c3ae00b8d0f745d3345e8148b8d39b5206f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 15 Sep 2008 17:29:11 +0000 Subject: * Add "reset user password" command to standalone region console * Grid user server implementation to follow shortly --- OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserServices.cs') diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index b8268eb..0ca85d2 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs @@ -469,6 +469,11 @@ namespace OpenSim.Region.Communications.OGS1 { throw new Exception("The method or operation is not implemented."); } + + public bool ResetUserPassword(string firstName, string lastName, string newPassword) + { + throw new Exception("The method or operation is not implemented."); + } // TODO public bool UpdateUserProfile(UserProfileData data) -- cgit v1.1