skybird.mywingsbooking.com Open in urlscan Pro
13.88.252.94  Public Scan

Submitted URL: https://skybird.mywingsbooking.com/
Effective URL: https://skybird.mywingsbooking.com/agent-login
Submission: On August 28 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

Name: ForgotPasswordFormWrapperPOST

<form name="ForgotPasswordFormWrapper" id="ForgotPasswordFormWrapper" method="POST" autocomplete="off" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <div class="form-group">
    <span ng-init="Security.csrfToken = '42f0731a0b919402322b1f895e1533ea'">
      <input type="hidden" name="csrfToken" id="fg_csrf_token" data-ng-model="Security.csrfToken" ng-value="'42f0731a0b919402322b1f895e1533ea'" value="42f0731a0b919402322b1f895e1533ea" autocomplete="off"
        class="ng-pristine ng-untouched ng-valid ng-not-empty">
    </span> <label><span class="mandatory">* </span>We'll send a reset password link to</label>
    <input type="email" name="emailAddress" id="EmailTxt_frgtPass" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" placeholder="Enter email" data-ng-model="skybirdResetPassword.emailAddress"
      required="required">
    <span class="error custom-error-handle ng-hide"
      data-ng-show="ForgotPasswordFormWrapper.skybirdResetPassword.emailAddress.$touched &amp;&amp; ForgotPasswordFormWrapper.skybirdResetPassword.emailAddress.$invalid &amp;&amp; ForgotPasswordFormWrapper.skybirdResetPassword.emailAddress.$dirty">*
      Required</span>
  </div>
  <div class="form-check">
    <div class="row">
      <div class="col-sm-6 col-md-6 col-lg-6">
        <label class="form-check-label normal-text">
          <a href="javascript:void(0);" data-dismiss="modal">Back to login</a>
        </label>
      </div>
      <div class="col-sm-6 col-md-6 col-lg-6 text-right">
        <button type="button" id="ForgotPasswordButton" class="btn btn_booknow"
          data-loading-text="<i class='hotelDetailsLoader margin-bottom'><img ng-src='/assets/default/images/widget-loader-dispose-added_Rlcq9NTGY.gif' src='/assets/default/images/widget-loader-dispose-added_Rlcq9NTGY.gif' /></i> Sending.."
          data-ng-click="skybirdForgotPassword($event);">Submit</button>
      </div>
    </div>
  </div>
</form>

Name: ForgotPasswordFormWrapperPOST

<form name="ForgotPasswordFormWrapper" id="ForgotPasswordFormWrapper" method="POST" autocomplete="off" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <div class="form-group">
    <span ng-init="Security.csrfToken = '42f0731a0b919402322b1f895e1533ea'">
      <input type="hidden" name="csrfToken" id="fg_csrf_token" data-ng-model="Security.csrfToken" ng-value="'42f0731a0b919402322b1f895e1533ea'" value="42f0731a0b919402322b1f895e1533ea" autocomplete="off"
        class="ng-pristine ng-untouched ng-valid ng-not-empty">
    </span> <label><span class="mandatory">* </span>We'll send a reset password link to</label>
    <input type="email" name="emailAddress" id="EmailTxt_frgtPass" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" placeholder="Enter email" data-ng-model="ResetPassword.emailAddress"
      required="required">
    <span class="error custom-error-handle ng-hide"
      data-ng-show="ForgotPasswordFormWrapper.ResetPassword.emailAddress.$touched &amp;&amp; ForgotPasswordFormWrapper.ResetPassword.emailAddress.$invalid &amp;&amp; ForgotPasswordFormWrapper.ResetPassword.emailAddress.$dirty">* Required</span>
  </div>
  <div class="form-group">
    <label style="margin-right: 1rem;">
      <input type="radio" ng-model="ResetPassword.UserType" class="chooseReply ng-pristine ng-untouched ng-valid ng-not-empty" name="uty[]" value="1109" checked="checked"> Agent </label>
  </div>
  <div class="form-check">
    <div class="row">
      <div class="col-sm-6 col-md-6 col-lg-6">
        <label class="form-check-label normal-text">
          <a href="javascript:void(0);" onclick="openLoginModal();">Back to login</a>
        </label>
      </div>
      <div class="col-sm-6 col-md-6 col-lg-6 text-right">
        <button type="button" id="ForgotPasswordButton" class="btn btn_booknow"
          data-loading-text="<i class='hotelDetailsLoader margin-bottom'> <img ng-src='/assets/default/images/widget-loader-dispose-added_Rlcq9NTGY.gif' src='/assets/default/images/widget-loader-dispose-added_Rlcq9NTGY.gif' /></i> Sending.."
          data-ng-click="ForgotPassword($event);">Submit</button>
      </div>
    </div>
  </div>
</form>

Name: ResetPasswordFormWrapperPOST

<form name="ResetPasswordFormWrapper" id="ResetPasswordFormWrapper" method="POST" autocomplete="off" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern">
  <input type="hidden" name="Email" data-ng-model="skybirdResetPassword.emailAddress" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">
  <div class="form-group">
    <label>
      <span class="mandatory">*</span>Please enter new password <br>
      <span class="error-instruction instruction-custom-error-handle" style="position: unset;"> * Your Password must be between 8 to 16 alphanumeric characters and must contain one upper case, one lower case, one number and one of the following
        special characters $,&amp;,@ </span>
    </label>
    <input type="password" name="Password" ng-pattern-restrict="" ng-pattern="/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[@$&amp;]).{8,16}$/" id="EmailTxt_rest"
      class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" placeholder="Enter new password" data-ng-model="skybirdSetPassword.Password" required="required">
    <span class="error custom-error-handle ng-hide" style="position: unset;"
      data-ng-show="ResetPasswordFormWrapper.Password.$touched &amp;&amp; ResetPasswordFormWrapper.Password.$invalid &amp;&amp; ResetPasswordFormWrapper.Password.$viewValue == ''">* Required</span>
    <span class="error custom-error-handle ng-hide" style="position: unset;" data-ng-show="ResetPasswordFormWrapper.Password.$touched &amp;&amp; ResetPasswordFormWrapper.Password.$invalid &amp;&amp; ResetPasswordFormWrapper.Password.$error.pattern">*
      Alphanumeric with atleast one upper case, one lower case, one number and one allowed special characters required</span>
  </div>
  <div class="form-group">
    <label>
      <span class="mandatory">*</span>Please confirm new password <br>
      <span class="error-instruction instruction-custom-error-handle" style="position: unset;"> * Your Password must be between 8 to 16 alphanumeric characters and must contain one upper case, one lower case, one number and one of the following
        special characters $,&amp;,@ </span>
    </label>
    <input type="password" name="LoginPass" ng-pattern-restrict="" ng-pattern="/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[@$&amp;]).{8,16}$/" id="EmailTxt_conf"
      class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" placeholder="Confirm new password" data-ng-model="skybirdSetPassword.LoginPass" required="required">
    <span class="error custom-error-handle ng-hide" style="position: unset;"
      data-ng-show="ResetPasswordFormWrapper.LoginPass.$touched &amp;&amp; ResetPasswordFormWrapper.LoginPass.$invalid &amp;&amp; ResetPasswordFormWrapper.LoginPass.$viewValue == ''">* Required</span>
    <span class="error custom-error-handle ng-hide" style="position: unset;"
      data-ng-show="ResetPasswordFormWrapper.LoginPass.$touched &amp;&amp; ResetPasswordFormWrapper.LoginPass.$invalid &amp;&amp; ResetPasswordFormWrapper.LoginPass.$error.pattern">* Alphanumeric with atleast one upper case, one lower case, one
      number and one allowed special characters required</span>
    <span class="error custom-error-handle ng-hide" style="position: unset;" data-ng-show="ResetPasswordFormWrapper.LoginPass.$valid &amp;&amp; skybirdSetPassword.Password != skybirdSetPassword.LoginPass">* Your passwords do not match !!!</span>
  </div>
  <div class="form-check">
    <div class="row">
      <div class="col-sm-12 col-md-12 col-lg-12 text-right">
        <button type="button" id="ResetPasswordButton" class="btn btn_booknow"
          data-loading-text="<i class='hotelDetailsLoader margin-bottom'> <img ng-src='/assets/default/images/widget-loader-dispose-added_Rlcq9NTGY.gif' src='/assets/default/images/widget-loader-dispose-added_Rlcq9NTGY.gif' /></i> Proccessing.."
          data-ng-click="skybirdResetPassword($event);">Submit</button>
      </div>
    </div>
  </div>
</form>

<form class="form-login ng-pristine ng-invalid ng-invalid-required" ng-submit="skybirdLogin()">
  <div class="form-group">
    <input required="" ng-model="skybirdLoginForm.email" type="text" name="username" id="username" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Username" style="background:#e0e0e0;">
  </div>
  <div class="form-group">
    <input required="" ng-model="skybirdLoginForm.pass" type="password" name="password" id="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Password" style="background:#e0e0e0;">
  </div>
  <div class="form-box-remember-txt-row">
    <div class="row">
      <div class="col-xs-6 col-md-6 col-lg-6">
        <div class="form-group ceaserSky">
          <label for="remember-me" class="chkbox-holder">Keep me signed in <input type="checkbox">
            <span class="checkmark" style="background:#e0e0e0;"></span>
          </label>
        </div>
      </div>
      <div class="col-xs-6 col-md-6 col-lg-6 text-right">
        <a href="https://secure.eglobalfares.com/skybird/wf_login.aspx?#signup" target="_blank">Forgot your password?</a>
      </div>
    </div>
  </div>
  <div class="form-group">
    <button data-loading-text="<i class='hotelDetailsLoader margin-bottom'> <img ng-src='/assets/default/images/widget-loader-dispose-added_Rlcq9NTGY.gif' src='/assets/default/images/widget-loader-dispose-added_Rlcq9NTGY.gif'></i> Authenticating"
      id="skybirdLoginButton" type="submit" name="login" class="btn btn-info btn-md btn-blue skybird-portal-login">Login</button>
  </div>
</form>

Text Content

×




RESET PASSWORD

* We'll send a reset password link to * Required
Back to login
Submit
×




RESET PASSWORD

* We'll send a reset password link to * Required
Agent
Back to login
Submit
×




RESET PASSWORD

*Please enter new password
* Your Password must be between 8 to 16 alphanumeric characters and must contain
one upper case, one lower case, one number and one of the following special
characters $,&,@ * Required * Alphanumeric with atleast one upper case, one
lower case, one number and one allowed special characters required
*Please confirm new password
* Your Password must be between 8 to 16 alphanumeric characters and must contain
one upper case, one lower case, one number and one of the following special
characters $,&,@ * Required * Alphanumeric with atleast one upper case, one
lower case, one number and one allowed special characters required * Your
passwords do not match !!!
Submit


LOGIN TO YOUR ACCOUNT

Keep me signed in
Forgot your password?
Login

Not Registered?



© 2024 Sky Bird Travel & Tours, All rights reserved.

888-759-2473
res@skybirdtravel.com


 * Home
 * Privacy Policy
 * Contact Us