mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
OpenID: server connector had a copy-and-paste error that made identity queries fail.
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenSim.Server.Handlers.Authentication
|
||||
|
||||
Object[] args = new Object[] { config };
|
||||
m_AuthenticationService = ServerUtils.LoadPlugin<IAuthenticationService>(authService, args);
|
||||
m_UserAccountService = ServerUtils.LoadPlugin<IUserAccountService>(authService, args);
|
||||
m_UserAccountService = ServerUtils.LoadPlugin<IUserAccountService>(userService, args);
|
||||
|
||||
// Handler for OpenID user identity pages
|
||||
server.AddStreamHandler(new OpenIdStreamHandler("GET", "/users/", m_UserAccountService, m_AuthenticationService));
|
||||
|
||||
Reference in New Issue
Block a user