Fix for CartoDB MX Record check

This is a fix for the MX record check on email domains for the org setup.
remotes/origin/HEAD
anthonyesper 5 years ago committed by GitHub
parent d1832661cb
commit b06682596d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}"

Loading…
Cancel
Save