diff --git a/AyCode.Core/Consts/AcConst.cs b/AyCode.Core/Consts/AcConst.cs index 4851db8..9d7a685 100644 --- a/AyCode.Core/Consts/AcConst.cs +++ b/AyCode.Core/Consts/AcConst.cs @@ -25,7 +25,7 @@ namespace AyCode.Core.Consts public const int MinPlayerNameLength = MinUserNameLength; public const int MaxPlayerNameLength = MaxUserNameLength; - public const int MinPasswordLength = 8; + public const int MinPasswordLength = 6; public const int MaxPasswordLength = 32; public const int MinUserTokenLength = 8; public const int MaxUserTokenLength = 12;