mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Made account Authentication optional in "sandbox/standalone" mode. Just change "standalone_authenticate = false" to be true in OpenSim.ini. Then as per grid mode, you can use the "create user" command to create new accounts.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace SimpleApp
|
||||
{
|
||||
base.StartUp();
|
||||
|
||||
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache);
|
||||
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, false);
|
||||
|
||||
m_log.Notice(m_log.LineInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user