mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Added SetPassword to IAuthenticationService.
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
This commit is contained in:
@@ -65,6 +65,17 @@ namespace OpenSim.Services.Interfaces
|
||||
//
|
||||
bool Release(UUID principalID, string token);
|
||||
|
||||
//////////////////////////////////////////////////////
|
||||
// SetPassword for a principal
|
||||
//
|
||||
// This method exists for the service, but may or may not
|
||||
// be served remotely. That is, the authentication
|
||||
// handlers may not include one handler for this,
|
||||
// because it's a bit risky. Such handlers require
|
||||
// authentication/authorization.
|
||||
//
|
||||
bool SetPassword(UUID principalID, string passwd);
|
||||
|
||||
//////////////////////////////////////////////////////
|
||||
// Grid
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user