Release v1.0.0 #16

Merged
Wesser merged 492 commits from release/v1.0.0 into master 2025-02-12 09:19:32 +03:00
242 changed files with 10803 additions and 99 deletions
Showing only changes of commit ae0f437e2c - Show all commits

View File

@ -341,10 +341,4 @@ public class SetupController(
return true; return true;
} }
[GeneratedRegex("[A-Z]+")]
private static partial Regex PasswordExistUpperLetter();
[GeneratedRegex("[!@#$%^&*]+")]
private static partial Regex PasswordExistSpecialSymbol();
} }