fix: fix easyauth to use individual passwords
This commit is contained in:
parent
cf5041d5a3
commit
cae87ddc0e
5 changed files with 39 additions and 5 deletions
|
|
@ -24,10 +24,8 @@ kick-timeout = 300
|
|||
# 2 minutes before they can rejoin after being kicked for failed attempts
|
||||
reset-login-attempts-timeout = 120
|
||||
|
||||
# Registration is disabled for players — admin-only via `auth register <user> <pass>`
|
||||
# With enable-global-password=true and single-use-global-password=false,
|
||||
# the /register command is disabled. Players can only /login with a password set by admin.
|
||||
enable-global-password = true
|
||||
# Per-user passwords, set by admin via `auth register <user> <pass>`
|
||||
enable-global-password = false
|
||||
single-use-global-password = false
|
||||
|
||||
# Hide player coordinates during auth (teleport to spawn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue