cp.intermedia.net Open in urlscan Pro
199.193.205.20  Public Scan

Submitted URL: https://cp.intermedia.net/ControlPanel/Login
Effective URL: https://cp.intermedia.net/ControlPanel/Login?ClientType=WebMail
Submission: On July 21 via manual from FR — Scanned from FR

Form analysis 1 forms found in the DOM

POST /ControlPanel/Login

<form action="/ControlPanel/Login" id="loginForm" method="post" novalidate="novalidate"><input class="jSelectedClientType" data-val="true" data-val-required="The ClientType field is required." id="ClientType" name="ClientType" type="hidden"
    value="WebMail"><input class="jSelectedClientName" id="ClientName" name="ClientName" type="hidden" value=""><input id="QueryStringAdditionalParams" name="QueryStringAdditionalParams" type="hidden" value=""><input data-val="true"
    data-val-number="The field WelcomeMessageIndex must be a number." data-val-required="The WelcomeMessageIndex field is required." id="WelcomeMessageIndex" name="WelcomeMessageIndex" type="hidden" value="4">
  <section class="login-page-content">
    <h1 class="login-page-greeting">Why, hello there!</h1>
    <div class="login-forms">
      <div class="login-alert" id="login-update-browser-ie" style="display: none">
        <p class="lh16 mb8">Internet Explorer is not officially supported and your experience may not be optimal. For the best experience, please upgrade your browser.</p>
      </div>
      <script type="text/javascript">
        $(function() {
          'use strict';

          function has(userAgentSubstr) {
            return window.navigator.userAgent.indexOf(userAgentSubstr) !== -1;
          }
          // if <=IE10 or ==IE11
          if (has('MSIE ') || has('Trident/')) {
            $('#login-update-browser-ie').show();
          }
        });
      </script>
      <div class="login-forms-container">
        <div class="login-forms-loader jSpinner" style="display: none">
          <div class="login-forms-loader-content">
            <img src="/content/images/icons/48/progress_new_48.gif">
          </div>
        </div>
        <div class="login-forms-tabs">
          <a class="login-forms-tab m-active" href="/ControlPanel/Login?ClientType=WebMail">
                                <img class="login-forms-tab-icon" src="/content/images/icons/60/exchange_60.svg" alt="">
                                For users
                            </a>
          <a class="login-forms-tab m-admin " href="/ControlPanel/Login?ClientType=ControlPanel">
                                <img class="login-forms-tab-icon" src="/content/images/icons/60/hostpilot_60.svg" alt="">
                                For admins
                            </a>
          <a class="login-forms-tab m-voice " href="/ControlPanel/Login?ClientType=Voice">
                                <img class="login-forms-tab-icon" src="/Content/images/icons/60/voice_60.svg" alt="">
                                Voice services
                            </a>
        </div>
        <div class="login-form">
          <script src="/ControlPanel/Scripts/Login/userLoginHandler.js" type="text/javascript"></script>
          <script type="text/javascript">
            document.addEventListener("DOMContentLoaded", function() {
              new UserLoginHandler(false, true, true);
              initUserValidation();
              $(".jWebMailBtn").addClass("m-selected");
            });

            function selectClient(clientType) {
              $(".jSelectedClientType").val(clientType);
              $(".jClientBtn").removeClass("m-selected");
              $(".j" + clientType + "Btn").addClass("m-selected");
            }
          </script>
          <div class="login-form-products">
            <button onclick="selectClient('WebMail')" class="btn login-form-product-btn jClientBtn jWebMailBtn m-selected" type="button">
              <svg class="product-icon m-webmail" width="24" height="18">
                <path d="M12,13.1l9-7.9C20.9,5.1,20.8,5,20.7,5H3.3C3.2,5,3.2,5,3.1,5.1L12,13.1z"></path>
                <path d="M21,6.8l-8.8,7.8c-0.1,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1L3,6.6v10.6C3,17.6,3.4,18,3.8,18h16.4 c0.4,0,0.8-0.4,0.8-0.8C21,17.2,21,6.8,21,6.8z"></path>
              </svg> Webmail </button>
            <button onclick="selectClient('UserSettings')" class="btn login-form-product-btn jClientBtn jUserSettingsBtn" type="button">
              <svg class="product-icon m-myservices" width="24" height="20">
                <path id="myServices" d="M17.6,15c-2-1.1-3.8-0.8-4.1-1.7c-0.1-0.4-0.2-1-0.2-1.5c0.6-0.3,0.9-1.2,1.1-2.3c0.6-0.1,0.8-1.4,0.7-1.9
	c0.1-0.5-0.2-0.5-0.4-0.4c0,0,0.7-3.2-1.1-4c-1.5-0.6-3.2,0.2-3.3,0.2C8,3.4,8.9,7.1,8.9,7.2c-0.2,0-0.5,0-0.5,0.4
	C8.2,8.1,8.4,9.3,9,9.4c0.2,1.1,0.5,2,1.1,2.3c0,0.5-0.1,1.1-0.2,1.5c-0.3,0.9-2,0.5-4.1,1.7C4,16,4,19.4,4,20.1h15.5
	C19.5,19.4,19.5,16,17.6,15z"></path>
              </svg> My Services <i class="login-form-product-btn-info jTooltipTop tooltipstered">
        </i>
            </button>
          </div>
          <div class="login-form-fields">
            <div class="login-form-validation-wrap">
              <div class="validation-input m-wide">
                <input id="loginInputField" name="Login" type="email" class="login-form-field jLoginField" placeholder="Login (email)" tabindex="1" autofocus="">
              </div>
              <div class="validation-input m-wide">
                <input autocomplete="off" class="login-form-field" id="passwordInputField" name="Password" placeholder="Password" tabindex="2" type="password" value="">
              </div>
            </div>
            <input id="ModelCaptchaShow" name="ModelCaptchaShow" type="hidden" value="False">
            <template id="login-users-captcha-template">
              <input data-val="true" data-val-required="The Show field is required." id="Captcha_Show" name="Captcha.Show" type="hidden" value="True"><input id="Captcha_Id" name="Captcha.Id" type="hidden" value="d3b2698393af4590be0624c8deb52edb">
              <div class="login-form-captcha">
                <div class="login-form-captcha-img">
                  <img id="d3b2698393af4590be0624c8deb52edb_captcha_image" alt="" src="/ControlPanel/CaptchaImage?id=d3b2698393af4590be0624c8deb52edb&amp;width=94&amp;height=36&amp;rnd=737314102">
                </div>
                <i class="login-form-captcha-refresh" onclick="captchaClick()"></i>
              </div>
              <div class="validation-input m-wide">
                <input class="login-form-field jCaptchaInput" id="Captcha_Code" name="Captcha.Code" placeholder="Code" type="text" value="">
              </div>
              <script type="text/javascript">
                function captchaClick() {
                  var captchaImage = document.getElementById('d3b2698393af4590be0624c8deb52edb_captcha_image');
                  captchaImage.src = captchaImage.src.replace(/&rnd=\d+/, "&rnd=" + Math.floor(Math.random() * 2000000000));
                  var captchaInput = $(".jCaptchaInput");
                  captchaInput.val("");
                  captchaInput.focus();
                }
              </script>
            </template>
            <div id="login-users-captcha-place"></div>
            <div class="login-form-options">
              <div class="login-form-remember">
                <input name="RememberMe" class="input-checkbox-icon jChbRememberMe" type="checkbox" value="true" tabindex="3">
                <span class="input-checkbox-label">Remember me</span>
              </div>
              <span class="login-form-forget">
                <a class="jForgotPassword" href="#" onclick="forgotPasswordClick('/ControlPanel/Login/ForgotPassword?clientType=WebMail&amp;returnUrl=https%3A%2F%2Fcp.intermedia.net%2FControlPanel%2FLogin%3FClientType%3DWebMail&amp;login=0')">Forgot password?</a>
              </span>
            </div>
            <button type="submit" class="btn m-success m-large login-form-button">LOGIN</button>
          </div>
          <div style="min-width: 352px;">
            <hr class="mt24 mb16">
            <div class="input-checkbox-label fs13 mb8">Login to other services:</div>
            <div class="mb4" style="height: 88px;">
              <a class="btn login-form-product-btn" href="https://securisync.intermedia.net">
            <svg class="product-icon m-securisync m-active" height="24" width="24">
                
            
	  <polygon fill="#41B2E4" points="12,2 12,12 16,8 16,2 	"></polygon>
	  <polygon fill="#F05354" points="12,22 12,12 8,16 8,22 	"></polygon>
	  <polygon fill="#96BD3D" points="22,12 12,12 16,8 22,8 	"></polygon>
	  <polygon fill="#ED9522" points="2,12 12,12 8,16 2,16 	"></polygon>
  </svg>
            <svg class="product-icon m-securisync m-passive" height="24" width="24">
                
            
	  <polygon fill="#969696" points="12,2 12,12 16,8 16,2 	"></polygon>
	  <polygon fill="#808080" points="12,22 12,12 8,16 8,22 	"></polygon>
	  <polygon fill="#AEAEAE" points="22,12 12,12 16,8 22,8 	"></polygon>
	  <polygon fill="#B7B7B8" points="2,12 12,12 8,16 2,16 	"></polygon>
  </svg>
            SecuriSync
            <i class="login-form-product-btn-info jTooltipTop tooltipstered">
            </i>
        </a>
              <a class="btn login-form-product-btn" href="https://anymeeting.intermedia.net">
            <svg class="product-icon m-iam m-active" height="24" width="24">
                
            
        <polygon fill="#3FB2E5" points="5.9,19 5.9,3 2,3 2,19 2,19 "></polygon>
        <polygon fill="#FF5050" points="18,3 18,19 22,19 22,3 "></polygon>
        <polygon fill="#F79421" points="14,12 14,15 5.9,15 2,19 5,19 5,22.9 10.9,19 22,19 "></polygon>
        <polygon fill="#96BC33" points="2,3 6.2,7 14.1,7 14.1,10 22,3 "></polygon>
    </svg>
            <svg class="product-icon m-iam m-passive" height="24" width="24">
                
            
        <polygon fill="#969696" points="5.9,19 5.9,3 2,3 2,19 2,19 "></polygon>
        <polygon fill="#7F7F7F" points="18,3 18,19 22,19 22,3 "></polygon>
        <polygon fill="#B7B7B7" points="14,12 14,15 5.9,15 2,19 5,19 5,22.9 10.9,19 22,19 "></polygon>
        <polygon fill="#ADADAD" points="2,3 6.2,7 14.1,7 14.1,10 22,3 "></polygon>
  </svg>
            AnyMeeting
            <i class="login-form-product-btn-info jTooltipTop tooltipstered">
            </i>
        </a>
              <a class="btn login-form-product-btn" href="https://login.microsoftonline.com">
            <svg class="product-icon m-securisync m-active" height="24" width="24">
                
            
        <polygon fill="#FC491A" points="20,20.3 20,20.4 20,3.8 14,2 3,6.1 3,6.1 3,18 7,16.6 7,6.9 14,5.2 14,19.5 3,18 14,22 14,22 20,20.4
	20,20.3 "></polygon>
    </svg>
            <svg class="product-icon m-securisync m-passive" height="24" width="24">
                
            
        <polygon fill="#7F7F7F" points="20,20.3 20,20.4 20,3.8 14,2 3,6.1 3,6.1 3,18 7,16.6 7,6.9 14,5.2 14,19.5 3,18 14,22 14,22 20,20.4
	20,20.3 "></polygon>
  </svg>
            Office 365
            <i class="login-form-product-btn-info jTooltipTop tooltipstered">
            </i>
        </a>
              <a class="btn login-form-product-btn" href="https://secure.appid.com">
            <svg class="product-icon m-iam m-active" height="24" width="24">
                
            
    <path fill="#96BD3D" d="M18,10.5h4c-0.7-4.3-4.1-7.8-8.4-8.4v4C15.8,6.6,17.5,8.4,18,10.5"></path>
    <path fill="#41B2E4" d="M10.6,6.1v-4c-4.3,0.7-7.8,4.1-8.4,8.4h4C6.7,8.3,8.4,6.6,10.6,6.1"></path>
    <path fill="#ED9522" d="M6.1,13.5h-4c0.7,4.3,4.1,7.8,8.4,8.4v-4C8.4,17.4,6.7,15.7,6.1,13.5"></path>
    <path fill="#F05354" d="M13.6,18v4c4.3-0.7,7.8-4.1,8.4-8.4h-4C17.5,15.7,15.8,17.4,13.6,18"></path>
  </svg>
            <svg class="product-icon m-iam m-passive" height="24" width="24">
                
            
    <path fill="#AEAEAE" d="M18,10.5h4c-0.7-4.3-4.1-7.8-8.4-8.4v4C15.8,6.6,17.5,8.4,18,10.5"></path>
    <path fill="#969696" d="M10.6,6.1v-4c-4.3,0.7-7.8,4.1-8.4,8.4h4C6.7,8.3,8.4,6.6,10.6,6.1"></path>
    <path fill="#AEAEAE" d="M6.1,13.5h-4c0.7,4.3,4.1,7.8,8.4,8.4v-4C8.4,17.4,6.7,15.7,6.1,13.5"></path>
    <path fill="#808080" d="M13.6,18v4c4.3-0.7,7.8-4.1,8.4-8.4h-4C17.5,15.7,15.8,17.4,13.6,18"></path>
  </svg>
            AppID
            <i class="login-form-product-btn-info jTooltipTop tooltipstered">
            </i>
        </a>
            </div>
          </div>
          <script>
            $(function() {
              window.onO365LinkClick = function(link) {
                if (typeof trackUlpO365Link !== 'undefined') {
                  trackUlpO365Link('click', link);
                }
              }
              window.onAnyMeetingLinkClick = function(link) {
                if (typeof trackCustomLink !== 'undefined') {
                  trackCustomLink('AnyMeeting ULP login', 'click', 'https://anymeeting.intermedia.net/');
                }
              }

              function getCustomTooltipOptions() {
                return {
                  delay: 10,
                  content: "<div class='open' style='width: 150px;height: 77px;'><ul class='dropdown-menu popover-content'><li><a onclick=\"onO365LinkClick('https://mail.office365.com/')\" href='https://mail.office365.com/'><img src='/Content/images/icons/custom/logo_Office_365_24X102.png' alt=''></a></li><li><a onclick=\"onO365LinkClick('https://securisync.intermedia.net/')\" href='https://securisync.intermedia.net/'><img src='/Content/images/icons/custom/logo_securisync_26X134.png' alt=''></a></li></ul></div>",
                  interactive: true,
                  maxWidth: 300,
                  offsetX: 0,
                  offsetY: 0,
                  position: "bottom",
                  trigger: "click",
                  contentAsHTML: true,
                  updateAnimation: false,
                  functionReady: function() {
                    if (typeof trackUlpO365Link !== 'undefined') {
                      trackUlpO365Link('Tooltip open');
                    }
                  },
                  functionAfter: function() {
                    if (typeof trackUlpO365Link !== 'undefined') {
                      trackUlpO365Link('Tooltip close');
                    }
                  }
                };
              }
              $(window).on('resize', function() {
                if ($('.jCustomTooltipRight').not(':visible').length == 0) {
                  $('.jCustomTooltipRight').tooltipster('hide');
                } else {
                  $('.jCustomTooltipBottom').tooltipster('hide');
                }
              });
              var bottomTooltipOptions = getCustomTooltipOptions();
              bottomTooltipOptions.position = "bottom";
              var rightTooltipOptions = getCustomTooltipOptions();
              rightTooltipOptions.position = "right";
              rightTooltipOptions.offsetY = '-37';
              rightTooltipOptions.offsetX = '-16';
              $(".jCustomTooltipBottom").tooltipster(bottomTooltipOptions);
              $(".jCustomTooltipRight").tooltipster(rightTooltipOptions);
            });
          </script>
          <div class="mt4 text-center login-form-forget fn opensans fs13">
            <a href="https://www.intermedia.net/products/appid-enterprise" target="_blank">Powered by Intermedia AppID<sup>®</sup></a>
          </div>
        </div>
      </div>
    </div>
  </section>
</form>

Text Content

 * Support
 * Partner Portal


WHY, HELLO THERE!

Internet Explorer is not officially supported and your experience may not be
optimal. For the best experience, please upgrade your browser.

For users For admins Voice services
Webmail My Services
Remember me
Forgot password?
LOGIN

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

Login to other services:
SecuriSync AnyMeeting Office 365 AppID
Powered by Intermedia AppID®

Feedback