portal-dev.dcconnected.com Open in urlscan Pro
103.156.178.253  Public Scan

Submitted URL: http://portal-dev.dcconnected.com/
Effective URL: https://portal-dev.dcconnected.com/login
Submission: On October 16 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /login

<form id="loginForm" class="m-t" role="form" action="/login" method="post" onsubmit="pop.loading()">
  <input type="hidden" name="_token" value="KOVhqc5obxuX9wqAqCfxz11EtDrnNXnte6jX0c5t">
  <div class="form-group">
    <input type="text" name="email" class="form-control" placeholder="Email" required="" value="">
  </div>
  <div class="form-group">
    <input type="password" name="password" class="form-control" placeholder="Password" required="">
  </div>
  <button type="submit" class="btn btn-primary block full-width m-b">Login</button>
  <div class="checkbox">
    <label>
      <input name="rememberMe" type="checkbox" checked=""> Remember me for 30 days </label>
  </div>
  <a href="#" data-target="#resetPasswordModal" data-toggle="modal">
                                <small>Forgot Password?</small>
                            </a>
  <br>
  <br>
  <a id="regBtn" class="btn btn-link" href="#">
                                <small>Sign Up</small>
                            </a>
</form>

POST /register

<form id="regForm" class="m-t" role="form" action="/register" method="post" novalidate="novalidate" style="display: none;">
  <input type="hidden" name="_token" value="KOVhqc5obxuX9wqAqCfxz11EtDrnNXnte6jX0c5t">
  <div class="form-group">
    <select class="form-control" id="language" name="language" required="" aria-required="true">
      <option disabled="" selected="">Please choose a language</option>
      <option value="en_US">English</option>
      <option value="zh_CN">Chinese (Simplified)</option>
      <option value="zh_TW">Chinese (Traditional)</option>
    </select>
  </div>
  <div class="form-group">
    <input type="email" name="email" class="form-control required" placeholder="Email" value="" maxlength="100" aria-required="true">
  </div>
  <div class="form-group">
    <input class="form-control required" name="accountName" placeholder="Company Name" value="" maxlength="100" aria-required="true">
  </div>
  <div class="form-group">
    <input class="form-control required" name="contactName" placeholder="Contact Person" value="" maxlength="100" aria-required="true">
  </div>
  <div class="form-group">
    <input class="form-control required" name="phoneNo" placeholder="Phone Number" value="" maxlength="100" aria-required="true">
  </div>
  <button disabled="" name="registerBtn" type="submit" class="btn btn-primary block full-width m-b">Create your Account</button>
  <div class="checkbox">
    <label>
      <input name="web-service-agreement" type="checkbox"> I have read and agree to the <a data-target="#termsAndConditions" data-toggle="modal" target="_blank">Terms and Conditions</a>
    </label>
  </div>
  <br>
  <a id="loginBtn" class="btn btn-link" href="#">
                                <small>Back to Login</small>
                            </a>
</form>

<form id="resetPasswordModal" class="modal fade" role="dialog" novalidate="novalidate">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <button class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">×</span></button>
        <h4 class="modal-title"> Reset Password <span class="label custom-label" id="agentName"></span>
        </h4>
      </div>
      <div class="modal-body"> Email <div class="form-group">
          <input type="email" class="form-control required" name="email" aria-required="true">
        </div>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-warning" name="resetPw">Reset</button>
      </div>
    </div>
  </div>
</form>

POST

<form class="modal fade" role="dialog" id="termsAndConditions" method="post" action="">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <button class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">×</span></button>
        <h4 class="modal-title">Terms and Conditions</h4>
      </div>
      <div class="modal-body">
      </div>
      <div class="modal-footer">
        <button type="button" data-dismiss="modal" class="btn btn-primary" name="close">Close</button>
      </div>
    </div>
  </div>
</form>

Text Content

WELCOME TO SDN PORTAL


HOW TO GET STARTED

 1. Sign up with your details
 2. Join company that is already registered or register your company with us,
    you will be the account administrator
 3. Contact your account administrator for permission if you are joining a
    company that is registered
 4. After validation, you are now ready to explore our platform and other
    services




Login
Remember me for 30 days
Forgot Password?

Sign Up
Please choose a language English Chinese (Simplified) Chinese (Traditional)




Create your Account
I have read and agree to the Terms and Conditions

Back to Login
×

RESET PASSWORD

Email

Reset
×

TERMS AND CONDITIONS


Close