Skip to content

Commit 816afb8

Browse files
authored
Update first_superuser_password help text in copier.yml to indicate that it should be <= 40 characters
1 parent fa85c5c commit 816afb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ first_superuser:
2323

2424
first_superuser_password:
2525
type: str
26-
help: The password of the first superuser (in .env)
26+
help: The password of the first superuser (in .env), must be 40 characters or less
2727
default: changethis
2828

2929
smtp_host:

0 commit comments

Comments
 (0)