We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366eb58 commit 782a7d9Copy full SHA for 782a7d9
copier.yml
@@ -23,8 +23,9 @@ first_superuser:
23
24
first_superuser_password:
25
type: str
26
- help: The password of the first superuser (in .env)
+ help: The password of the first superuser (in .env). Must be at least 8 characters.
27
default: changethis
28
+ validator: "{% if first_superuser_password|length < 8 %}Password must be at least 8 characters long.{% endif %}"
29
30
smtp_host:
31
0 commit comments