www-disneytravelagents-com.translate.goog Open in urlscan Pro
2a00:1450:4001:80e::2001  Public Scan

URL: https://www-disneytravelagents-com.translate.goog/?_x_tr_sl=auto&_x_tr_tl=es&_x_tr_hl=es&_x_tr_pto=wapp
Submission: On June 16 via manual from IL — Scanned from DE

Form analysis 6 forms found in the DOM

Name: loginFormPOST

<form method="POST" name="loginForm" novalidate="1" id="loginForm">
  <input type="hidden" name="csrfToken" id="csrfToken" class="csrfToken" value="e8e799a5dd6fd5f2955f5eea12043237-8d399da9ae44c343bcbb6f45d86c0782">
  <div class="form-group mb20" aria-live="polite">
    <label for="loginemail" style="color: rgb(255, 255, 255); visibility: hidden;">Username or Email<span class="requiredAstrics">*</span></label>
    <input type="text" name="email" aria-describedby="error_email" class="form-control" placeholder="Username or Email*" required="" id="loginemail" value="">
  </div>
  <div class="form-group mb20" aria-live="polite">
    <label for="loginpassword" style="color: rgb(255, 255, 255); visibility: hidden;">Password<span class="requiredAstrics">*</span></label>
    <input type="password" name="loginpassword" aria-describedby="error_loginpassword" class="form-control password" placeholder="Password*" required="" id="loginpassword" value="">
  </div>
  <div class="form-group-multicheck mb20">
    <input type="hidden" name="show_loginpassword" value="">
    <label><input type="checkbox" name="show_loginpassword[]" class="showPassword" id="show_loginpassword" data-target="loginForm" value="1">Show password</label>
  </div>
  <input type="submit" style="display:none" value="submit">
</form>

Name: createProfileFormPOST

<form method="POST" name="createProfileForm" novalidate="1" id="createProfileForm">
  <input type="hidden" name="csrfToken" id="csrfToken" class="csrfToken" value="ce4859a37e141cf1306b8a79b522a330-972efe878ce0aed0deeea9bfdd69c3a4">
  <p class="text-right">Required Field *</p>
  <div class="form-group mb20">
    <label for="createProfileForm_firstName" style="color: rgb(255, 255, 255); visibility: hidden;">First Name<span class="requiredAstrics">*</span></label>
    <input type="text" name="firstName" aria-describedby="error_firstName" class="form-control" placeholder="First Name*" required="" id="createProfileForm_firstName" value="">
  </div>
  <div class="form-group mb20">
    <label for="createProfileForm_lastName" style="color: rgb(255, 255, 255); visibility: hidden;">Last Name<span class="requiredAstrics">*</span></label>
    <input type="text" name="lastName" aria-describedby="error_lastName" class="form-control" placeholder="Last Name*" required="" id="createProfileForm_lastName" value="">
  </div>
  <div class="form-group mb20">
    <label for="createProfileForm_email" style="color: rgb(255, 255, 255); visibility: hidden;">Email<span class="requiredAstrics">*</span></label>
    <input type="email" name="email" aria-describedby="error_email" class="form-control" placeholder="Email*" required="" id="createProfileForm_email" value="">
  </div>
  <div class="form-group mb20">
    <label for="createProfileForm_password" style="color: rgb(255, 255, 255); visibility: hidden;">Password<span class="requiredAstrics">*</span></label>
    <input type="password" name="password" aria-describedby="error_password" class="form-control password" placeholder="Password*" required="" id="createProfileForm_password"
      data-requirements="{&quot;length&quot;:8,&quot;upper&quot;:1,&quot;lower&quot;:1,&quot;digit&quot;:1,&quot;special&quot;:1,&quot;illegal&quot;:&quot;\/^[\\S\\C]+$\/&quot;,&quot;blacklist&quot;:true,&quot;elements&quot;:[&quot;firstName&quot;,&quot;lastName&quot;,&quot;email&quot;],&quot;repeating&quot;:3,&quot;strength&quot;:70,&quot;threshhold&quot;:{&quot;3&quot;:80,&quot;2&quot;:70,&quot;1&quot;:50,&quot;0&quot;:30},&quot;length_value&quot;:2,&quot;upper_value&quot;:4,&quot;lower_value&quot;:4,&quot;digit_value&quot;:4,&quot;special_value&quot;:4,&quot;labels&quot;:[&quot;WEAK&quot;,&quot;FAIR&quot;,&quot;GOOD&quot;,&quot;STRONG&quot;]}"
      autocomplete="new-password" value="">
  </div>
  <div class="mb10 passwordRules hide" style="overflow: hidden;">
    <ul class="list icons list-unstyled" aria-live="polite" aria-relevant="text">
      <li class="hide" data-requirement-true="PASSWORD_REQS_TRUE" data-requirement-false="PASSWORD_REQS_FALSE"></li>
      <li>
        <div class="progress" style="width:60%; display:inline-block;">
          <div id="progress-password-strength" class="progress-bar" role="progressbar" style="width: 0%; background-color: red;">
            <span class="progress-bar-tooltip">0%</span>
          </div>
        </div>
        <div class="progress-password-success">
          <span></span>
          <i class="icon-password-success hide"></i>
        </div>
      </li>
      <li class="hide"><i class="icon-password-strength alert alert-danger red" aria-hidden="true"></i><span class="off-screen"></span>Must have a Password Strength of at least: 70.</li>
      <li><i class="icon-password-length alert alert-danger red" aria-hidden="true"></i><span class="off-screen"></span>Should be minimum length of 8 characters.</li>
      <li><i class="icon-password-blacklist alert alert-gray red" aria-hidden="true"></i><span class="off-screen"></span>Cannot be a common term.</li>
      <li><i class="icon-password-elements alert alert-gray red" aria-hidden="true"></i><span class="off-screen"></span>Cannot contain profile words.</li>
      <li class="hide"><i class="icon-password-repeating alert alert-success green" aria-hidden="true"></i><span class="off-screen"></span>Cannot contain more than 3 repeating characters.</li>
      <li><i class="icon-password-combo alert alert-danger red" aria-hidden="true"></i>Password should contain 3 of 4 of the following:</li>
      <li class="bullet"><i class="icon-password-lower alert alert-danger alert-none red"></i>•&nbsp; <span class="off-screen"></span>Should contain at least 1 lowercase character.</li>
      <li class="bullet"><i class="icon-password-upper alert alert-danger alert-none red"></i>•&nbsp; <span class="off-screen"></span>Should contain at least 1 uppercase character.</li>
      <li class="bullet"><i class="icon-password-digit alert alert-danger alert-none red"></i>•&nbsp; <span class="off-screen"></span>Should contain at least 1 number.</li>
      <li class="bullet"><i class="icon-password-special alert alert-danger alert-none red"></i>•&nbsp; <span class="off-screen"></span>Should contain at least 1 punctuation character.</li>
      <li class="hide"><i class="icon-password-illegal alert alert-success green" aria-hidden="true"></i><span class="off-screen"></span>Cannot contain any illegal characters.</li>
    </ul>
  </div>
  <div class="form-group mb10">
    <label for="createProfileForm_passwordVerify" style="color: rgb(255, 255, 255); visibility: hidden;">Password Verify<span class="requiredAstrics">*</span></label>
    <input type="password" name="passwordVerify" aria-describedby="error_passwordVerify" class="form-control password" placeholder="Password Verify*" required="" id="createProfileForm_passwordVerify" value="">
  </div>
  <div class="form-group-multicheck mb20">
    <input type="hidden" name="show_passwords" value="">
    <label><input type="checkbox" name="show_passwords[]" class="showPassword" id="show_passwords" data-target="createProfileForm" value="1">Show passwords</label>
  </div>
  <input type="submit" style="display:none" value="submit">
  <div class="mb20"> Only authorized and registered travel agents may use www.disneytravelagents.com (this "Site") for the sole purpose of promoting, advertising and selling Disney vacation and vacation related products and services ("Disney
    Vacations") to approved third parties. Use of this Site for any other purpose, or by any other party, is unauthorized and is a violation of these Terms of Use. You may receive one (1) or more e-mails from us regarding any User Generated Content
    you submit to this Site, including contributions to the Disney Travel News Blog. If any User Generated Content is approved for posting, it will be posted on this Site along with your first name. By registering on this Site and selecting the check
    box below, you agree that we may send you occasional updates, news and other information about Disney Vacations, including periodic emails from Disney Destinations Travel Agency Sales, to assist you with the promotion, advertising and sale of
    Disney Vacations by you. You may edit your email preferences on this Site after registration. However, note that your preferences for direct-to-consumer communications unrelated to your authorized commercial or business activities in connection
    with this Site will not be affected by the preferences you provide through this Site. Preferences for consumer communications can be managed in our
    <a href="https://translate.google.com/website?sl=auto&amp;tl=es&amp;hl=es&amp;client=webapp&amp;u=https://privacychoices.thewaltdisneycompany.com/" target="_blank">Privacy Choices</a> website. <p></p> All marketing collateral and advertising
    materials you create containing Disney materials which you intend to use in any media including, but not limited to, print, TV, radio, web, emails, blogs, tweets, and content posted on any social networking sites must be reviewed and approved in
    writing by us prior to printing, distribution or posting (approval may be granted or withheld in our sole discretion) and are subject to the marketing guidelines and terms of use of www.disneycopyright.com. <p></p> In addition to these
    supplemental terms, the <a href="https://translate.google.com/website?sl=auto&amp;tl=es&amp;hl=es&amp;client=webapp&amp;u=http://disneytermsofuse.com/english/" target="_blank">Disney Terms of Use</a> are also applicable. <p></p>
  </div>
  <div class="form-group-multicheck mb20">
    <input type="hidden" name="termsCheck" value="">
    <label><input type="checkbox" name="termsCheck[]" class="" required="" id="createProfileForm_termsCheck" aria-describedby="error_termsCheck" value="1">I agree to the terms and conditions above</label>
  </div>
  <div class="form-group-multicheck mb20">
    <input type="hidden" name="dtnOptIn" value="">
    <label><input type="checkbox" name="dtnOptIn[]" class="" id="createProfileForm_dtnOptIn" aria-describedby="error_dtnOptIn" value="1">Yes! I would like to receive updates, news <div class="copyPart"> and other information from </div>
      <div class="copyPart"> Disney Destinations Travel Agency Sales (Disney Travel News). </div>
    </label>
    <p>PO Box 10,000, Lake Buena Vista, Florida 32830 </p>
    <p>I understand that I can withdraw my consent for marketing messages from Disney Destinations Travel Agency Sales at any time. For more information on our data collection and use practices, and managing your preferences, please read our
      <a href="https://translate.google.com/website?sl=auto&amp;tl=es&amp;hl=es&amp;client=webapp&amp;u=https://privacy.thewaltdisneycompany.com/english" target="_blank">Privacy Policy.</a></p>
  </div>
</form>

Name: forgotPasswordFormPOST

<form method="POST" name="forgotPasswordForm" novalidate="1" id="forgotPasswordForm">
  <input type="hidden" name="csrfToken" id="csrfToken" class="csrfToken" value="938080ffdf99add04e56d6a8c7b2ab73-4c23d20a0e4fa8831286e4342d5e6657">
  <p class="text-right">Required Field *</p>
  <div class="form-group">
    <label for="email" style="color: rgb(255, 255, 255); visibility: hidden;">Email<span class="requiredAstrics">*</span></label>
    <input type="text" name="email" class="form-control center-block w100" placeholder="Email*" required="" id="email" value="">
  </div>
  <input type="submit" style="display:none" value="submit">
</form>

Name: agencySwitcherFormPOST

<form method="POST" name="agencySwitcherForm" novalidate="1" autocomplete="off" id="loginAgencyForm">
  <input type="hidden" name="csrfToken" id="csrfToken" class="csrfToken" value="91a90000d17f925d25f31f4e8169f5c0-085b83ac78befc55fa724ff74a373992">
  <p class="text-right">Required Field *</p>
  <div class="form-group">
    <label for="agencyId" style="color: rgb(255, 255, 255); visibility: hidden;">Agency ID<span class="requiredAstrics">*</span></label>
    <input type="text" name="agencyId" class="form-control center-block w100" placeholder="Agency ID*" required="" id="agencyId" value="">
    <i id="agency-id-loading" class="ajax_loading_24" style="display:none;"></i>
  </div>
  <input type="submit" style="display:none" value="submit">
</form>

Name: termsFormPOST

<form method="POST" name="termsForm" novalidate="1" id="termsForm">
  <input type="hidden" name="csrfToken" id="csrfToken" class="csrfToken" value="4d355e5c521a4dd486f2bf41698a96ad-86489b0e0318609f6e11f5e3898a7aee">
  <div class="mb20"> Only authorized and registered travel agents may use www.disneytravelagents.com (this "Site") for the sole purpose of promoting, advertising and selling Disney vacation and vacation related products and services ("Disney
    Vacations") to approved third parties. Use of this Site for any other purpose, or by any other party, is unauthorized and is a violation of these Terms of Use. You may receive one (1) or more e-mails from us regarding any User Generated Content
    you submit to this Site, including contributions to the Disney Travel News Blog. If any User Generated Content is approved for posting, it will be posted on this Site along with your first name. By registering on this Site and selecting the check
    box below, you agree that we may send you occasional updates, news and other information about Disney Vacations, including periodic emails from Disney Destinations Travel Agency Sales, to assist you with the promotion, advertising and sale of
    Disney Vacations by you. You may edit your email preferences on this Site after registration. However, note that your preferences for direct-to-consumer communications unrelated to your authorized commercial or business activities in connection
    with this Site will not be affected by the preferences you provide through this Site. Preferences for consumer communications can be managed in our
    <a href="https://translate.google.com/website?sl=auto&amp;tl=es&amp;hl=es&amp;client=webapp&amp;u=https://privacychoices.thewaltdisneycompany.com/" target="_blank">Privacy Choices</a> website. <p></p> All marketing collateral and advertising
    materials you create containing Disney materials which you intend to use in any media including, but not limited to, print, TV, radio, web, emails, blogs, tweets, and content posted on any social networking sites must be reviewed and approved in
    writing by us prior to printing, distribution or posting (approval may be granted or withheld in our sole discretion) and are subject to the marketing guidelines and terms of use of www.disneycopyright.com. <p></p> In addition to these
    supplemental terms, the <a href="https://translate.google.com/website?sl=auto&amp;tl=es&amp;hl=es&amp;client=webapp&amp;u=http://disneytermsofuse.com/english/" target="_blank">Disney Terms of Use</a> are also applicable. <p></p>
  </div>
  <div class="form-group-multicheck mb20">
    <input type="hidden" name="termsCheckPost" value="">
    <label><input type="checkbox" name="termsCheckPost[]" class="" required="" id="termsCheckPost" value="1">I agree to the terms and conditions above</label>
  </div>
</form>

Name: agencySwitcherFormPOST

<form method="POST" name="agencySwitcherForm" novalidate="1" autocomplete="off" id="loginAgencyForm">
  <div class="modal-header tac">
    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
    <img src="/assets/img/dta_logo_en_US_blue.png" id="dtapLogo" alt="Disney Travel Agents Logo" class="mtb20" style="width:200px;">
    <p data-modal-title-change_agency="Select A Travel Agency" data-modal-title-associate_agency="Associate Your Profile to a New Travel Agency" class="tac r24 mb20">Select A Travel Agency </p>
    <div class="hr"></div>
  </div>
  <div class="modal-body">
    <div id="agencyUsersBody">
      <p class="r14 mb20">Please enter the Agency ID (IATA / CLIA / ACTA / TIDS) you would like to associate your account with. If the requested agency requires approval before your account can be associated, you will receive an email from that
        agency once your account has been approved.</p>
      <!-- div class="form-group">
                                                        <label for="searchAgencies">Search Agencies (Agency Name, IATA, etc...)</label>
                            <input type="text" aria-label="Search Agencies (Agency Name, IATA, etc...)"
                                   placeholder="Search Agencies (Agency Name, IATA, etc...)"
                                   name="searchAgencies" class="form-control mb20 w100"
                                   id="searchAgencies" value="">
                            <i class="glyphicon glyphicon-search form-control-icon" id="agencySearchIcon"></i>
                        </div -->
      <div id="userAgencies"></div>
    </div>
    <!-- agencyUsersBody  -->
    <div id="associateAgencyBody" style="display:none;">
      <p id="agencyNotActive" style="display:none">The Agency ID entered is not active for this site.</p>
      <p id="agencyStatusPending" style="display:none">Your association to this agency is pending. You must either wait for approval from your agency to proceed or you can associate your account to a different Agency ID.</p>
      <p id="agencyStatusDenied" style="display:none">Your association to this agency has been denied. You must associate your account to a different Agency ID in order to proceed.</p>
      <input type="hidden" name="csrfToken" id="csrfToken" class="csrfToken" value="91a90000d17f925d25f31f4e8169f5c0-085b83ac78befc55fa724ff74a373992">
      <input type="hidden" name="associationMethod" id="associationMethod" value="existing">
      <p class="mb20">Please enter the Agency ID (IATA / CLIA / ACTA / TIDS) you would like to associate your account with. If the requested agency requires approval before your account can be associated, you will receive an email from that agency
        once your account has been approved.</p>
      <div>
        <div class="form-group">
          <label for="agencyId" style="color: rgb(255, 255, 255); visibility: hidden;">Agency ID<span class="requiredAstrics">*</span><span class="requiredAstrics">*</span></label>
          <input type="text" name="agencyId" class="form-control center-block w100" placeholder="Agency ID**" required="" id="agencyId" value="">
        </div>
      </div>
    </div>
    <!-- associateAgencyBody -->
    <div id="errorMessages" style="display: none"></div>
    <div id="agency-searching">
      <div id="agency-switch-search-not-found" class="r14 mb20 alert alert-warning" style="display: none"> The Agency does not exist. If this is a new agency, please download, complete, and submit this
        <a class="trackableFile" href="https://translate.google.com/website?sl=auto&amp;tl=es&amp;hl=es&amp;client=webapp&amp;u=https://media.disneywebcontent.com/Media/StaticFiles/DTA-Domestic/pdf/2018-DOM-Retail-TA-Commission-Application.pdf" target="_blank">form</a>.
      </div>
      <div id="agency-switch-search-found" class="r14 mb20 alert alert-success" style="display: none"> This Agency ID is associated with <strong id="agency-switch-search-name"></strong>
      </div>
    </div>
  </div>
  <div class="modal-footer" style="text-align: center">
    <input name="submit" type="submit" class="primaryButton mb20 w100" value="Confirm">
    <button type="button" id="agencyUserAddAnother" class="secondaryButton mb20 w100">Add Another Agency</button>
    <button type="button" class="primaryButton w100 mb20 disabled" disabled="" id="agencyUserAddAgency" style="display: none"> <span id="addAgencyButtonText">Add Agency</span> <span id="addAgencyButtonAssociating"
        style="display:none;"><i class="ajax_loading_24"></i>Associating Agency...</span> </button>
    <button type="button" class="primaryButton updateRegisteredAgencyButton w100 mb20" id="updateRegisteredAgencyButton" style="display: none">Update Agency</button>
    <button type="button" class="primaryButton submitUpdateRegisteredAgencyButton w100 mb20" id="submitUpdateRegisteredAgencyButton" style="display: none" disabled="">Update Agency</button>
    <button type="button" class="secondaryButton cancelButton w100 mb20" id="cancelAgencyUserAddAgency" style="display: none">Cancel</button>
    <button type="button" class="secondaryButton logoutButton w100 mb20" style="display: none">Logout</button>
  </div>
</form>

Text Content

Iniciar sesión Crear nueva cuenta
   
 * Sign In
 * Create New Account
   


BIENVENIDO A
DISNEY TRAVEL AGENTS

Explore la información de Disney Destinations, acceda a valiosas herramientas de
marketing y complete la capacitación especializada.


¿YA REGISTRADO?
LOS USUARIOS QUE REGRESAN PUEDEN INICIAR SESIÓN AQUÍ PARA CONTINUAR ACCEDIENDO A
HERRAMIENTAS, CONTENIDO, CAPACITACIÓN Y BENEFICIOS COMERCIALES PROFESIONALES.

Registrarse



¿PRIMERA VEZ AQUÍ?
EL ACCESO A ESTE SITIO REQUIERE REGISTRO. UTILICE EL BOTÓN DE ABAJO PARA CREAR
UNA CUENTA.

WELCOME_TO_DTA_NO_ACCOUNT

Crear una nueva cuenta

Este sitio está optimizado para la última versión de los siguientes navegadores:
Firefox, Chrome, Safari, Edge, Mobile Safari
×


WELCOME!


LOGIN


CREATE ACCOUNT


ASSOCIATE_YOUR_ACCOUNT


ASSOCIATE AN AGENCY
TO YOUR ACCOUNT


ASSOCIATE AN AGENCY
TO YOUR ACCOUNT


FORGOT PASSWORD


THE TERMS OF USE HAVE CHANGED



Required Field *

Username or Email*
Password*
Show password

Use the form below to create a new account.



If you already have an account with a different agency or need to change your
email address, you do not need to re-register. Simply login with your current
account and update your email and/or agency association as needed. Clicking the
"Welcome" link on the top of the homepage will give you the ability to change
your email address. Clicking the agency link on the top of the homepage will
give you the ability to change your agency association. Please do not register
more than once.



Required Field *

First Name*
Last Name*
Email*
Password*
 * 
 * 0%
   
 * Must have a Password Strength of at least: 70.
 * Should be minimum length of 8 characters.
 * Cannot be a common term.
 * Cannot contain profile words.
 * Cannot contain more than 3 repeating characters.
 * Password should contain 3 of 4 of the following:
 * •  Should contain at least 1 lowercase character.
 * •  Should contain at least 1 uppercase character.
 * •  Should contain at least 1 number.
 * •  Should contain at least 1 punctuation character.
 * Cannot contain any illegal characters.

Password Verify*
Show passwords
Only authorized and registered travel agents may use www.disneytravelagents.com
(this "Site") for the sole purpose of promoting, advertising and selling Disney
vacation and vacation related products and services ("Disney Vacations") to
approved third parties. Use of this Site for any other purpose, or by any other
party, is unauthorized and is a violation of these Terms of Use. You may receive
one (1) or more e-mails from us regarding any User Generated Content you submit
to this Site, including contributions to the Disney Travel News Blog. If any
User Generated Content is approved for posting, it will be posted on this Site
along with your first name. By registering on this Site and selecting the check
box below, you agree that we may send you occasional updates, news and other
information about Disney Vacations, including periodic emails from Disney
Destinations Travel Agency Sales, to assist you with the promotion, advertising
and sale of Disney Vacations by you. You may edit your email preferences on this
Site after registration. However, note that your preferences for
direct-to-consumer communications unrelated to your authorized commercial or
business activities in connection with this Site will not be affected by the
preferences you provide through this Site. Preferences for consumer
communications can be managed in our Privacy Choices website.



All marketing collateral and advertising materials you create containing Disney
materials which you intend to use in any media including, but not limited to,
print, TV, radio, web, emails, blogs, tweets, and content posted on any social
networking sites must be reviewed and approved in writing by us prior to
printing, distribution or posting (approval may be granted or withheld in our
sole discretion) and are subject to the marketing guidelines and terms of use of
www.disneycopyright.com.



In addition to these supplemental terms, the Disney Terms of Use are also
applicable.



I agree to the terms and conditions above
Yes! I would like to receive updates, news
and other information from
Disney Destinations Travel Agency Sales (Disney Travel News).

PO Box 10,000, Lake Buena Vista, Florida 32830

I understand that I can withdraw my consent for marketing messages from Disney
Destinations Travel Agency Sales at any time. For more information on our data
collection and use practices, and managing your preferences, please read our
Privacy Policy.

Please enter the email address or username associated with your Disney Travel
Agents account. We will send an email with account recovery instructions within
a few minutes.

Required Field *

Email*

An account recovery email has been sent. Your reset account email link will only
be valid for the next 24 hours.

Please enter the Agency ID (IATA / CLIA / ACTA / TIDS) for which you would like
to associate your account. If the requested agency requires approval before your
account can be associated, you will receive an email from the agency once your
account has been approved.

The Agency ID entered is not active for this site.

Your association to this agency is pending. You must either wait for approval
from your agency to proceed or you can associate your account to a different
Agency ID.

Your association to this agency has been denied. You must associate your account
to a different Agency ID in order to proceed.

Your association to this agency has been denied. You must associate your account
to a different Agency ID in order to proceed.

Required Field *

Agency ID*
The Agency does not exist. If this is a new agency, please download, complete,
and submit this form.
This Agency ID is associated with
This account does not have access to this site.
This account has expired. Please contact Disney Travel Agents support.
Your temporary password has expired. Click the Forgot Password button below to
reset your password.
Only authorized and registered travel agents may use www.disneytravelagents.com
(this "Site") for the sole purpose of promoting, advertising and selling Disney
vacation and vacation related products and services ("Disney Vacations") to
approved third parties. Use of this Site for any other purpose, or by any other
party, is unauthorized and is a violation of these Terms of Use. You may receive
one (1) or more e-mails from us regarding any User Generated Content you submit
to this Site, including contributions to the Disney Travel News Blog. If any
User Generated Content is approved for posting, it will be posted on this Site
along with your first name. By registering on this Site and selecting the check
box below, you agree that we may send you occasional updates, news and other
information about Disney Vacations, including periodic emails from Disney
Destinations Travel Agency Sales, to assist you with the promotion, advertising
and sale of Disney Vacations by you. You may edit your email preferences on this
Site after registration. However, note that your preferences for
direct-to-consumer communications unrelated to your authorized commercial or
business activities in connection with this Site will not be affected by the
preferences you provide through this Site. Preferences for consumer
communications can be managed in our Privacy Choices website.



All marketing collateral and advertising materials you create containing Disney
materials which you intend to use in any media including, but not limited to,
print, TV, radio, web, emails, blogs, tweets, and content posted on any social
networking sites must be reviewed and approved in writing by us prior to
printing, distribution or posting (approval may be granted or withheld in our
sole discretion) and are subject to the marketing guidelines and terms of use of
www.disneycopyright.com.



In addition to these supplemental terms, the Disney Terms of Use are also
applicable.



I agree to the terms and conditions above
Login
Create Account
Forgot Password
Create Account
Login
Continue Linking Account... Associating Account...
Logout

Sign Out of DisneyTravelAgents.com

Logout
Forgot Password

Close
Inicio de sesión alternativo
×

POPUP-BLOCKER ENABLED

Your browser has a popup-blocker enabled. Please set your browser's popup
blocker to allow window popups from this site.

OK

LOGGING OUT OF APPLICATIONS

Logging out of AgentCentral

Logging out of College of Disney Knowledge

Logging out of Disney Travel Agents


 * Avisos legales
 * Política de privacidad
 * Sus derechos de privacidad en California
 * Política de privacidad en línea para niños
 * Términos de Uso
 * Términos complementarios para este sitio
 * No vender mi información personal

© Disney. Reservados todos los derechos.

×

Select A Travel Agency



Please enter the Agency ID (IATA / CLIA / ACTA / TIDS) you would like to
associate your account with. If the requested agency requires approval before
your account can be associated, you will receive an email from that agency once
your account has been approved.



The Agency ID entered is not active for this site.

Your association to this agency is pending. You must either wait for approval
from your agency to proceed or you can associate your account to a different
Agency ID.

Your association to this agency has been denied. You must associate your account
to a different Agency ID in order to proceed.

Please enter the Agency ID (IATA / CLIA / ACTA / TIDS) you would like to
associate your account with. If the requested agency requires approval before
your account can be associated, you will receive an email from that agency once
your account has been approved.

Agency ID**

The Agency does not exist. If this is a new agency, please download, complete,
and submit this form.
This Agency ID is associated with
Add Another Agency Add Agency Associating Agency... Update Agency Update Agency
Cancel Logout
×

REMOVE AGENCY ASSOCIATION

Are you sure you want to delete this agency association?
Deleting this association will remove your ability to book under this agency.
Continue Cancel
×

Update Your Position



Select a new position using the drop down below. Your account will be set to
Pending and you will need to wait for the HR Administrator at your location to
approve this change before you can use the site again.

IATA PositionPOS_NULL POS_TRAVEL_AGENT POS_TRAVEL_PROFESSIONAL POS_PARTNER_ID
POS_TOUR_OPERATOR POS_WHOLESALER POS_CONCIERGE POS_EXECUTIVE POS_HUMAN_RESOURCES
POS_TRAINING POS_MARKETING POS_SALES_SUPPORT Timeshare Marketing/OPC/In-House
Administrative/Legal/Finance Group Sales POS_FRONT_DESK Food and Beverage Front
of House POS_HOUSE_KEEPING POS_HOTEL_MAINTENANCE POS_GROUNDSKEEPING Food and
Beverage Back of House
Clicking the Submit button will set your account to Pending.

Submit Back UPDATE_AGENCY_CLOSE
×

CHOOSE YOUR LANGUAGE

English

Close

RUNNING A LITTLE LATE?

Your session is about to expire. Seconds.

Continue

Your session has expired. Please login again to continue using service.

Start Over
×

NOTICE

You are about to go to a website that has different terms than this website.
You are about to go to a website that is not in the current language.
UNAVAILABLE_LOCALE
Close Continue Continue


×

MY NOTIFICATIONS




Show More Notifications No More Notifications

New DTN Comment
02/02/2017
A new comment was posted in reply to yours.



TEXTO ORIGINAL


Sugiere una traducción mejor

--------------------------------------------------------------------------------