Add password complexity
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user