Make salt length and password length static values so can be easier to change.
This commit is contained in:
@ -309,6 +309,8 @@ namespace EduNetworkBuilder
|
||||
public static int WirelessReconnectDistance = 70; //Try to find a closer AP if we are this far out.
|
||||
public static int UntaggedVLAN = -1; //If the packet is not tagged.
|
||||
public static int MaxPacketsBeforeOptimizing = 50;
|
||||
public static int DefaultPasswordLen = 6;
|
||||
public static int DefaultSaltLen = 50;
|
||||
|
||||
public static string AllowedPasswordCharacters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-=!~@#$%^&*()_+{}[]/?<>,.";
|
||||
public static string AllowedUsernameCharacters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890._";
|
||||
|
Reference in New Issue
Block a user