Set default user password length to 8 in non-interactive setups (#1123)

To comply with #1098 and avoid failed setups while testing with Vagrant
This commit is contained in:
yeah
2017-03-26 13:23:34 -04:00
committed by Joshua Tauberer
parent 653cb7ce10
commit c7badb80d1
+1 -1
View File
@@ -35,7 +35,7 @@ if [ -z "`tools/mail.py user`" ]; then
else else
# Use me@PRIMARY_HOSTNAME # Use me@PRIMARY_HOSTNAME
EMAIL_ADDR=me@$PRIMARY_HOSTNAME EMAIL_ADDR=me@$PRIMARY_HOSTNAME
EMAIL_PW=1234 EMAIL_PW=12345678
echo echo
echo "Creating a new administrative mail account for $EMAIL_ADDR with password $EMAIL_PW." echo "Creating a new administrative mail account for $EMAIL_ADDR with password $EMAIL_PW."
echo echo