fix acces password server behaviour and default password auth
This commit is contained in:
parent
902c795ecc
commit
18f37874fa
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue