tduce.in Open in urlscan Pro
15.207.59.65  Public Scan

URL: https://tduce.in/
Submission: On December 25 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST /login/

<form class="form-horizontal" role="form" id="form_login" method="post" action="/login/" novalidate="novalidate"><input type="hidden" name="csrfmiddlewaretoken" value="qX9F1zLz2jWEklIhcvuzTPnwxQqN29IIPi03Jdp3yR8Q00vQL615GPVXyj0fMprm">
  <div class="form-group">
    <div class="col-sm-12">
      <input type="text" class="form-control" id="inputEmail3" name="username" placeholder="Username" required="" maxlength="255">
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-12">
      <input type="password" class="form-control" id="inputPassword3" name="password" placeholder="Password" required="">
    </div>
  </div>
  <div class="form-group" style="display:none" id="otp_section">
    <div class="col-sm-12">
      <label for="otp">Enter OTP</label>
      <input type="number" class="form-control cf-input-email-pwd" id="otp" name="otp" autocomplete="off" required=""><br>
      <label>Haven't received yet?</label>
      <a id="resendotp">Resend OTP</a>
    </div>
  </div>
  <div class="form-group last">
    <div class="col-md-7 col-sm-12">
      <div class="row">
        <div class="col-md-12 col-sm-6 col-xs-6">
          <label>
            <input type="checkbox" name="spass" id="spass">
            <span id="toggle_text" class="auth-show-pwd-text">&nbsp;Show password</span>
          </label>
        </div>
        <div class="col-md-12 col-sm-6 col-xs-6 auth-forgot-password">
          <a id="flip">Forgot your password?</a>
        </div>
      </div>
    </div>
    <div class="col-md-5 col-sm-12 auth-submit-btn">
      <div class="row">
        <div class="col-md-12 ">
          <input type="submit" class="grey-btn-common btn-block" value="Sign in" id="login">
        </div>
        <div class="col-md-12 auth-signup-btn">
          <input type="button" onclick="location.href = '/signup/';" class="grey-btn-common btn-block" value="Sign up">
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form class="form-horizontal" role="form" id="form_forgotpass" method="post" action="" novalidate="novalidate">
  <div class="form-group auth-forgot-pwd-input" id="panel">
    <div class="col-sm-8 col-xs-12">
      <input type="text" class="form-control" name="mobile" id="mobile" placeholder="Mobile">
    </div>
    <div class="col-sm-4 col-xs-12 auth-forgot-pwd-submit">
      <input type="submit" class="grey-btn-common btn-block" value="Reset">
    </div>
  </div>
</form>

Text Content

Sign in

Enter OTP
Haven't received yet? Resend OTP
 Show password
Forgot your password?