set AllowUnregisteredUsers to true by default
This commit is contained in:
@@ -217,15 +217,16 @@
|
||||
"StaticGameData": "INFO",
|
||||
},
|
||||
|
||||
// By default, the server only allows users who are registered in the license
|
||||
// file to connect. By enabling this option, all users will be allowed to
|
||||
// connect. Each time a user connects with an unregistered license (serial
|
||||
// number / access key combination, or username/password combination on BB), a
|
||||
// temporary license is created for them, which lasts until the server is
|
||||
// shut down. This license is not saved to the license file. For BB, player
|
||||
// If this option is disabled, the server only allows users who are registered
|
||||
// in the license file to connect. If this is enabled, all users will be
|
||||
// allowed to connect even if they're not registered in the license file. Each
|
||||
// time a user connects with an unregistered license (serial number / access
|
||||
// key combination, or username/password combination on BB), a temporary
|
||||
// license is created for them, which lasts until the server is shut down.
|
||||
// These temporary licenses are not saved to the license file. For BB, player
|
||||
// and account data is still saved on the server, even for users with
|
||||
// temporary licenses.
|
||||
"AllowUnregisteredUsers": false,
|
||||
"AllowUnregisteredUsers": true,
|
||||
|
||||
// User to run the server as. If present, newserv will attempt to switch to
|
||||
// this user's permissions after loading its configuration and opening
|
||||
|
||||
Reference in New Issue
Block a user