Rest of machine password code
This commit is contained in:
@ -310,6 +310,7 @@ namespace EduNetworkBuilder
|
||||
public static int UntaggedVLAN = -1; //If the packet is not tagged.
|
||||
public static int MaxPacketsBeforeOptimizing = 50;
|
||||
public static int DefaultPasswordLen = 6;
|
||||
public static int DefaultMachinePasswordLen = 20;
|
||||
public static int DefaultSaltLen = 50;
|
||||
|
||||
public static string AllowedPasswordCharacters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-=!~@#$%^&*()_+{}[]/?<>,.";
|
||||
|
Reference in New Issue
Block a user