eliminate the concept of temporary licenses

This commit is contained in:
Martin Michelsen
2023-09-25 09:07:48 -07:00
parent 949ad0d260
commit 885d125fc4
7 changed files with 43 additions and 43 deletions
+4 -5
View File
@@ -218,12 +218,11 @@
// If this option is disabled, the server only allows users who have licenses
// on the server to connect. If this is enabled, all users will be allowed to
// connect even if they don't have licenses. Each time a user connects with an
// connect even if they don't have licenses. When a user connects with an
// unregistered license (serial number and access key combination, or username
// and 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 in the licenses directory. For BB, player and account data is still
// saved on the server, even for users with temporary licenses.
// and password combination on BB), a new license is created for them.
// Licenses are addressed by serial numbers; on BB, the new license's serial
// number is a hash of the username.
"AllowUnregisteredUsers": true,
// User to run the server as. If present, newserv will attempt to switch to