From b06682596d112d2de04f32b93e679e4a403f013e Mon Sep 17 00:00:00 2001 From: anthonyesper <51342402+anthonyesper@users.noreply.github.com> Date: Thu, 8 Aug 2019 21:01:09 -0400 Subject: [PATCH] Fix for CartoDB MX Record check This is a fix for the MX record check on email domains for the org setup. --- setup_organization.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_organization.sh b/setup_organization.sh index f0a8ad7..849b12b 100644 --- a/setup_organization.sh +++ b/setup_organization.sh @@ -1,6 +1,6 @@ ORGANIZATION_NAME="example" USERNAME="admin4example" -EMAIL="admin@example.com" +EMAIL="admin@contoso.com" PASSWORD="pass1234" bundle exec rake cartodb:db:create_user EMAIL="${EMAIL}" PASSWORD="${PASSWORD}" SUBDOMAIN="${USERNAME}"