Skip to content

Commit a5defa3

Browse files
authored
Update copier.yml
Ensure min lenght for postgresql password
1 parent 283c9de commit a5defa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

copier.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ postgres_password:
5353
you can generate one with:
5454
python -c "import secrets; print(secrets.token_urlsafe(32))"'
5555
default: changethis
56+
validate: "{% if (postgres_password | length) < 8 %} Password must have at least 8 characters{% endif %}"
5657

5758
sentry_dsn:
5859
type: str

0 commit comments

Comments
 (0)