set AllowUnregisteredUsers to true by default

This commit is contained in:
Martin Michelsen
2023-08-30 11:21:55 -07:00
parent 2235103efe
commit be4837cccf
2 changed files with 9 additions and 8 deletions
+8 -7
View File
@@ -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