dashboard.onepesa.in
Open in
urlscan Pro
101.53.145.251
Public Scan
Submitted URL: https://dashboard.onepesa.in/
Effective URL: https://dashboard.onepesa.in/login
Submission: On August 21 via api from US — Scanned from US
Effective URL: https://dashboard.onepesa.in/login
Submission: On August 21 via api from US — Scanned from US
Form analysis
3 forms found in the DOMPOST https://dashboard.onepesa.in/sendOtp
<form id="login-form" class="mobilehide sign-in-form" action="https://dashboard.onepesa.in/sendOtp" method="POST" role="add-login">
<input type="hidden" name="_token" value="OSAjCNQ9ndxoI96xrcsmwhVSVYqmSmCFIa3rReNt">
<h2 class="title">Sign In</h2>
<div class="input-field">
<i class="fas fa-user"></i>
<!--<input type="text" placeholder="Username" onkeypress="return isLetter(event)" />-->
<input class="form-control " id="user_email" name="email" value="" placeholder="Enter your E-Mail Address" type="email">
</div>
<div class="input-field">
<i class="fas fa-lock"></i>
<input class="form-control" placeholder="Enter your Password" value="" name="password" type="password">
</div>
<div class="">
<div class="g-recaptcha row" data-sitekey="6LcJBisqAAAAACjgpoMs5w4oo50iJ_VYF0cT1C9_">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-ampnuuiqzh3i" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcJBisqAAAAACjgpoMs5w4oo50iJ_VYF0cT1C9_&co=aHR0cHM6Ly9kYXNoYm9hcmQub25lcGVzYS5pbjo0NDM.&hl=en&v=hfUfsXWZFeg83qqxrK27GB8P&size=normal&cb=h6jql9vk7ea8"></iframe>
</div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
</div>
<!---<input type="submit" value="Login" class="btn solid" />-->
<button name="login-submit" id="login-submit" tabindex="4" class="btn solid btn-info" data-request="ajax-submit" data-target="[role="add-login"]" type="submit">Log In</button>
<br>
<a href="https://dashboard.onepesa.in/password/reset" class="forgot-password-link">Forgot Password?</a>
</form>
POST https://dashboard.onepesa.in/signUp
<form action="https://dashboard.onepesa.in/signUp" method="POST" role="signUpForm" id="signUpForm" class="sign-up-form">
<input type="hidden" name="_token" value="OSAjCNQ9ndxoI96xrcsmwhVSVYqmSmCFIa3rReNt">
<h2 class="title">Sign Up</h2>
<div class="input-field">
<i class="fas fa-user"></i>
<input class="form-control" name="first_name" value="" placeholder="Enter first name" type="text" required="">
</div>
<div class="input-field">
<i class="fas fa-user"></i>
<input class="form-control" name="last_name" value="" placeholder="Enter last name" type="text" required="">
</div>
<div class="input-field">
<i class="fas fa-mobile"></i>
<input class="form-control" onkeypress="return event.charCode>=48 && event.charCode<=57 " placeholder="Mobile No." pattern="[0-9]*" maxlength="10" min="0" value="" name="mobile" type="number">
</div>
<div class="input-field">
<i class="fas fa-envelope"></i>
<input class="form-control" placeholder="Enter email" value="" name="email" type="email">
</div>
<div class="input-field">
<i class="fas fa-lock"></i>
<input class="form-control" placeholder="Password" value="" name="password" type="password">
</div>
<div class="input-field">
<i class="fas fa-lock"></i>
<input class="form-control" name="confirm_password" value="" placeholder="Confirm Password" type="password">
</div>
<button type="button" data-request="ajax-submit" data-target="[role="signUpForm"]" value="Sign Up" class="btn solid">Sign Up</button>
</form>
POST https://dashboard.onepesa.in/verifyotp
<form id="Verify-otp" action="https://dashboard.onepesa.in/verifyotp" method="POST" style="display:none" role="Verify-otp" class="forgot-password-form showotpform" maxlength=" 10" onkeypress="return event.charCode>=48 && event.charCode<=57">
<input type="hidden" name="_token" value="OSAjCNQ9ndxoI96xrcsmwhVSVYqmSmCFIa3rReNt"> <span class="deliveryreponseOtp"></span>
<h2 class="title "> Enter OTP</h2>
<!--<div class="input-field">
<i class="fas fa-key"></i>
<input type="number" placeholder=" Enter OTP" />
</div>-->
<div class="otp-input-container">
<label for="">Otp <span class="help-block">*</span></label>
<input type="number" name="otp[]" maxlength="1" class="otp-input" id="digit1" oninput="moveToNext(this, 'digit2')">
<input type="number" name="otp[]" maxlength="1" class="otp-input" id="digit2" oninput="moveToNext(this, 'digit3')">
<input type="number" name="otp[]" maxlength="1" class="otp-input" id="digit3" oninput="moveToNext(this, 'digit4')">
<input type="number" name="otp[]" maxlength="1" class="otp-input" id="digit4" oninput="moveToNext(this, 'digit5')">
<input type="number" name="otp[]" maxlength="1" class="otp-input" id="digit5" oninput="moveToNext(this, 'digit6')">
<input type="number" name="otp[]" maxlength="1" class="otp-input" id="digit6">
<input type="hidden" name="user_id" class="otp-input form-control" id="encrypt_user_id">
<!--<input type="number" name="otp" tabindex="2" minlength="6" maxlength="6" class="form-control otp-input" placeholder="OTP">-->
<span class=""> </span>
<div class="pre-icon os-icon os-icon-user-male-circle"></div>
</div>
<h5>Your OTP is valid for</h5>
<p id="countdown">00:58</p>
<!--<input type="submit" value="Verify OTP" class="btn solid" />-->
<button type="submit" name="verifyotp-submit" id="verifyotp-submit" tabindex="4" class="btn solid btn-info" data-request="ajax-submit" data-target="[role="Verify-otp"]">Verify OTP</button>
<script>
// Countdown timer function
function startCountdown(duration, display) {
var timer = duration,
minutes, seconds;
setInterval(function() {
minutes = parseInt(timer / 60, 10);
seconds = parseInt(timer % 60, 10);
minutes = minutes < 10 ? "0" + minutes : minutes;
seconds = seconds < 10 ? "0" + seconds : seconds;
display.textContent = minutes + ":" + seconds;
if (--timer < 0) {
timer = duration;
}
}, 1000);
}
// Function to start the countdown
function startTimer() {
var OneMinute = 60, // Adjust the countdown duration as needed (here it's set to 1 minute)
display = document.querySelector('#countdown');
startCountdown(OneMinute, display);
}
// Start the countdown when the page loads
window.onload = function() {
startTimer();
};
</script>
<script>
function moveToNext(currentInput, nextInputId) {
if (currentInput.value.length === 1) {
document.getElementById(nextInputId).focus();
}
if (currentInput.value.length === 0 && event.key === "Backspace") {
document.getElementById(nextInputId).focus();
}
}
</script>
<!--<a href="index.html" class="forgot-password-link">Back To Sign In Page</a>-->
</form>
Text Content
SIGN IN Log In Forgot Password? SIGN UP Sign Up ENTER OTP Otp * YOUR OTP IS VALID FOR 00:58 Verify OTP WELCOME TO ONEPESA NEW HERE ? Come and Join us & Grow your business Sign Up WELCOME TO ONEPESA ONE OF US? To keep connected with us please login with your personal information by username and password. Sign In