Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ first_superuser:

first_superuser_password:
type: str
help: The password of the first superuser (in .env)
help: The password of the first superuser (in .env). Must be at least 8 characters.
default: changethis
validator: "{% if first_superuser_password|length < 8 %}Password must be at least 8 characters long.{% endif %}"

smtp_host:
type: str
Expand Down
Loading