increase minimum password strength

This commit is contained in:
Athou
2022-07-13 16:01:10 +02:00
parent 9bbfc2de3f
commit 899a8d746a
7 changed files with 89 additions and 13 deletions

View File

@@ -409,6 +409,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.passay</groupId>
<artifactId>passay</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>