fix: lower admin password minimum
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MiaoJiZhang.Api.Services;
|
||||
|
||||
public static class AdminPasswordPolicy
|
||||
{
|
||||
public const int MinLength = 6;
|
||||
public const int MaxLength = 128;
|
||||
}
|
||||
Reference in New Issue
Block a user