Add password complexity

This commit is contained in:
taitus
2023-10-09 09:16:08 +02:00
parent fe9da7988f
commit 7c771b28b5
7 changed files with 120 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ development:
multitenancy: false
security:
last_sign_in: false
password_complexity: false
secret_key_base: 56792feef405a59b18ea7db57b4777e855103882b926413d4afdfb8c0ea8aa86ea6649da4e729c5f5ae324c0ab9338f789174cf48c544173bc18fdc3b14262e4
<<: *maps
@@ -54,6 +55,7 @@ staging:
multitenancy: false
security:
last_sign_in: false
password_complexity: false
tenants:
# If you've enabled multitenancy, you can overwrite secrets for a
# specific tenant with:
@@ -92,6 +94,7 @@ preproduction:
multitenancy: false
security:
last_sign_in: false
password_complexity: false
tenants:
# If you've enabled multitenancy, you can overwrite secrets for a
# specific tenant with:
@@ -135,6 +138,7 @@ production:
multitenancy: false
security:
last_sign_in: false
password_complexity: false
tenants:
# If you've enabled multitenancy, you can overwrite secrets for a
# specific tenant with: