fix acces password server behaviour and default password auth

This commit is contained in:
Sen 2025-05-29 12:57:35 +02:00
parent 902c795ecc
commit 18f37874fa
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
2 changed files with 4 additions and 4 deletions

View file

@ -333,8 +333,6 @@ public abstract class Config {
public static boolean register = true;
@Var(name = "signEditing")
public static boolean editSigns = true;
@Var(name = "passwordAuthentication")
public static boolean passwordAuth = true;
@Var(name = "pubkeyAuthentication")
public static boolean pubkeyAuth = true;
@Var(name = "requireAccessPassword")
@ -356,6 +354,8 @@ public abstract class Config {
public static boolean rabidRabbits = false;
@Var(name = "snowStacking")
public static boolean snowStack = false;
@Var(name = "passwordAuthentication")
public static boolean passwordAuth = false;
@Var(name = "randomTickSpeed")
public static int randomTick = 3;