mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Use GridUser properly for foreign users.
This commit is contained in:
@@ -970,7 +970,8 @@
|
||||
|
||||
;; This page should have Accept/Decline links somewhere
|
||||
;; that affect the GridUsers table. If you don't have such
|
||||
;; script in place, don't use the TOSModule
|
||||
;; script in place, don't use the TOSModule. The TOSModule appends this URL
|
||||
;; with a query ?user={userid}&sid={sessionid}
|
||||
;# {TOS_URL} {} {The URL for the TOS page} {}
|
||||
TOS_URL = "http://mygrid.com/tos"
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
||||
;; for the service
|
||||
UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||
GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
|
||||
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
||||
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
||||
GridService = "OpenSim.Services.GridService.dll:GridService"
|
||||
|
||||
Reference in New Issue
Block a user