wifi.gethotwired.com Open in urlscan Pro
2606:4700:20::681a:40e  Public Scan

Submitted URL: https://portal.hotwirewifi.com/
Effective URL: https://wifi.gethotwired.com/accounts/hotwire/device/
Submission: On November 09 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

Name: MemberSigninPOST ?

<form name="MemberSignin" action="?" method="post" onsubmit="return valMemSign();">
  <input type="hidden" name="duration" value="360">
  <input type="hidden" name="baseurl" value="">
  <input type="hidden" name="theurl" value="">
  <input type="hidden" name="node_id" value="">
  <input type="hidden" name="node_mac" value="">
  <input type="hidden" name="client_ip" value="">
  <input type="hidden" name="client_mac" value="">
  <input type="hidden" name="signin" value="signmeinplease">
  <input type="hidden" id="fname" name="fname" value="First">
  <input type="hidden" id="lname" name="lname" value="Last">
  <table style="max-width:90%;">
    <tbody>
      <tr>
        <td class="MainHeader" align="center">Wi-Fi Portal Login</td>
      </tr>
      <tr>
        <td class="SubText" align="center">Please enter your Hotwire login credentials to manage your Wi-Fi Account</td>
      </tr>
      <tr>
        <td class="spacer"><img src="/img/spacer.png" width="1" height="1"></td>
      </tr>
      <tr>
        <td align="left" width="100%">
          <div align="left">
            <input placeholder="Username" name="email" type="text" class="emailinput" id="email" minlength="4" maxlength="32" value="" required="">
          </div>
        </td>
      </tr>
      <tr>
        <td class="spacer"><img src="/img/spacer.png" width="1" height="1"></td>
      </tr>
      <tr>
        <td align="left" width="100%">
          <div style="width:100%; display:inline-block;">
            <div style="width:89%; display: inline-block;">
              <input type="password" class="emailinput" name="password3" id="password3" placeholder="Password" required="required" pattern="^(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])(?=\S+$).{8,}$"
                title="Password must contain at least 1 number, 1 upper &amp; lowercase character and be at least 8 characters in length" maxlength="20">
            </div>
            <div style="width:8%; display: inline-block; position: relative; top: 5px;">
              <span class="showhide" style="position: relative;">
                <i class="fa fa-2x fa-eye text-primary" aria-hidden="true" id="pwdIcon" alt="Show/Hide Password" title="Show/Hide Password"></i>
              </span>
            </div>
          </div>
        </td>
      </tr>
      <tr>
        <td class="spacer"><img src="/img/spacer.png" width="1" height="1"></td>
      </tr>
      <tr>
        <td colspan="3" align="left" class="SmText">
          <label class="chk" for="chkbox">By checking this box you agree to the Terms &amp; Conditions and Privacy Policy located at <a href="https://gethotwired.com/terms" target="_BLANK">gethotwired.com/terms</a>
            <input type="checkbox" name="tnc" value="tnc" class="chk" id="chkbox" required=""><span class="chkboxm"></span></label>
        </td>
      </tr>
      <tr>
        <td class="spacer"><img src="/img/spacer.png" width="1" height="1"></td>
      </tr>
      <tr>
        <td align="left" colspan="3">
          <table width="100%" cellpadding="0" cellspacing="0">
            <tbody>
              <tr>
                <td valign="top">
                  <input name="Submit2" type="submit" class="Submit" id="Submit" value="Continue">
                </td>
              </tr>
              <tr>
                <td align="center" style="padding-top:10px;padding-bottom:5px;">
                  <hr size="1" style="height:1px; width:80%;color:#bcbcbc;">
                </td>
              </tr>
              <tr>
                <td style="padding-top:5px;">
                  <button type="button" class="Register" onclick="document.location.href='?act=mobile'">Register</button>
                </td>
              </tr>
              <tr>
                <td align="center" style="padding-top:10px;padding-bottom:5px;">
                  <hr size="1" style="height:1px; width:80%;color:#bcbcbc;">
                </td>
              </tr>
              <tr>
                <td style="padding-top:5px;">
                  <button type="button" class="Register" onclick="document.location.href='?act=forgotusername'">Forgot Username?</button>
                </td>
              </tr>
              <tr>
                <td align="center" style="padding-top:10px;padding-bottom:5px;">
                  <hr size="1" style="height:1px; width:80%;color:#bcbcbc;">
                </td>
              </tr>
              <tr>
                <td style="padding-top:5px;">
                  <button type="button" class="Register" onclick="document.location.href='?act=forgotpassword'">Forgot Password?</button>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>
  <script>
    $("#Submit").on('click', function() {
      if (document.MemberSignin.tnc.checked !== false) {
        $("#Submit").val("Please Wait");
        $("#Submit").attr("disabled", true);
        setTimeout(function() {
          $('#Submit').attr('disabled', false);
          $("#Submit").val("Continue");
        }, 5000);
        MemberSignin.submit();
      }
    });
    $('.showhide').click(function() {
      var type = $('#password3').attr("type");
      if (type === 'password') {
        $('#password3').attr("type", "text");
        $('#pwdIcon').addClass("fa-eye-slash");
        $('#pwdIcon').removeClass("fa-eye");
        $('#pwdIcon').css("color", "#ff245e");
      } else {
        $('#password3').attr("type", "password");
        $('#pwdIcon').addClass("fa-eye");
        $('#pwdIcon').removeClass("fa-eye-slash");
        $('#pwdIcon').css("color", "");
      }
    })
  </script>
  <div class="main" style="padding:10px 0px 0px 0px; text-align:center;box-sizing: border-box;">
    <div id="TC" class="SmText YD TC40" style="width:50% !important;" align="center">
      <div class="SmText slide PadB5" align="center">
        <a href="javascript:void(0);" id="sTTC" class="SmText nsel">Terms &amp; Conditions</a>
      </div>
    </div>
    <div id="PP" class="SmText PP TC30" style="width:50% !important;" align="center">
      <div class="SmText slide PadB5" align="center">
        <a href="javascript:void(0);" id="sTPP" class="SmText nsel">Privacy Policy</a>
      </div>
    </div>
    <div style="padding:0 8px;">
      <div align="left" class="sTYD SmText" style="display:none;"><br>
        <br><br>
      </div>
      <div align="left" class="sTTC SmText" style="display:none;"><br> Terms and Conditions can be found here: <a href="https://gethotwired.com/terms" target="_BLANK">gethotwired.com/terms</a> <br><br></div>
      <div align="left" class="sTPP SmText" style="display:none;"><br> Privacy Policy can be found here: <a href="https://gethotwired.com/terms" target="_BLANK">gethotwired.com/terms</a> <br><br></div>
    </div>
  </div>
</form>

Text Content

Wi-Fi Portal Login Please enter your Hotwire login credentials to manage your
Wi-Fi Account


By checking this box you agree to the Terms & Conditions and Privacy Policy
located at gethotwired.com/terms

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

Register

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

Forgot Username?

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

Forgot Password?

Terms & Conditions
Privacy Policy





Terms and Conditions can be found here: gethotwired.com/terms



Privacy Policy can be found here: gethotwired.com/terms