diff options
author | Justin Clarke Casey | 2008-09-15 17:29:11 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-15 17:29:11 +0000 |
commit | 6d289c3ae00b8d0f745d3345e8148b8d39b5206f (patch) | |
tree | 0a2f99813573fa61936202a2949532ac1f1685a1 /OpenSim/Region/Communications | |
parent | Add the option to use Allow_osFunction = false for each OS function (diff) | |
download | opensim-SC_OLD-6d289c3ae00b8d0f745d3345e8148b8d39b5206f.zip opensim-SC_OLD-6d289c3ae00b8d0f745d3345e8148b8d39b5206f.tar.gz opensim-SC_OLD-6d289c3ae00b8d0f745d3345e8148b8d39b5206f.tar.bz2 opensim-SC_OLD-6d289c3ae00b8d0f745d3345e8148b8d39b5206f.tar.xz |
* Add "reset user password" command to standalone region console
* Grid user server implementation to follow shortly
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
469 | { | 469 | { |
470 | throw new Exception("The method or operation is not implemented."); | 470 | throw new Exception("The method or operation is not implemented."); |
471 | } | 471 | } |
472 | |||
473 | public bool ResetUserPassword(string firstName, string lastName, string newPassword) | ||
474 | { | ||
475 | throw new Exception("The method or operation is not implemented."); | ||
476 | } | ||
472 | 477 | ||
473 | // TODO | 478 | // TODO |
474 | public bool UpdateUserProfile(UserProfileData data) | 479 | public bool UpdateUserProfile(UserProfileData data) |