lms.rewardix.in
Open in
urlscan Pro
182.70.113.125
Public Scan
URL:
https://lms.rewardix.in/
Submission: On January 10 via api from US — Scanned from US
Submission: On January 10 via api from US — Scanned from US
Form analysis
1 forms found in the DOMPOST ./
<form method="post" action="./" id="frmLogin" autocomplete="off">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="DYWvEr8Y9cLqxKzGcftCNmeb2mqoAnY8xK/tCf5QCRYA1eV87YCaqugm5Y6muNDH2opu3lvGmF1sCDYeBxIU3wT8UMuNQYG/77uvcjhp4IS6lAC6JAojMVuVmbOO9MImb+fOYjFMloPo24RYgm8kDeLe6StNGLpN8b1hsyJUPk3i4kX+17ju1tjQ8+rUneH1">
</div>
<script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/releases/u-xcq3POCWFlCr3x8_IPxgPu/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-CDkofqMo6hSAPRh2TZj9HOLusb5hze4z6vkh6YWvd810w+KTuT5lucK9hQN36Xh7"></script>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['frmLogin'];
if (!theForm) {
theForm = document.frmLogin;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=NbJKRSCZRSERpbeOkZiw68WFRC0JH6Qn1MCn_abmWgIqxwGKx5iCUJ5HtLY4a0MXQBqwdThtaRUbA7MYcA_e0BA_WBCtCh5Ue_eQdXe5NuU1&t=638039284157552745" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=n9MYa4N3p4hfKOLluNAFQInuOMUPaRlgonoHYj8UdSdQOmrWWqAVi8ewrYNOIk0ljY98U36Mma_8kCbRdI-ynz1yPgcAXjada_K87DYtGl3vws6Yrfg0V9Eh7NOZ6o3DNTMeG3efcs4x7C5BcnnFn7nil5gYYVv8HGAYnFKm-OK63-KDousHRGZi0v8Rncq00&t=49337fe8"
type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>
<script src="/ScriptResource.axd?d=7_8rRmuud7XTGngOMWjKndROIyFwWPkVCyl6HWQjWgA4tJXdZ7zLlH692InLUnReK0pTn7A8kvrK8ZJRY-cZSmRQZUXCwHJgCJrzBNbfic1pj8QaeclDxl3pYEe1QEkrJcBoKQK4PG8KwJAHpL_XXx8uT8wCssUD28losS0_QtfR2LE64UXu9dEHsSyh88xt0&t=49337fe8"
type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var PageMethods = function() {
PageMethods.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
PageMethods.prototype = {
_get_path: function() {
var p = this.get_path();
if (p) return p;
else return PageMethods._staticInstance.get_path();
},
LoginAttemptCount: function(username, password, succeededCallback, failedCallback, userContext) {
/// <param name="username" type="String">System.String</param>
/// <param name="password" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'LoginAttemptCount', false, {
username: username,
password: password
}, succeededCallback, failedCallback, userContext);
},
CheckEmailCaptcha: function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CheckEmailCaptcha', false, {}, succeededCallback, failedCallback, userContext);
}
}
PageMethods.registerClass('PageMethods', Sys.Net.WebServiceProxy);
PageMethods._staticInstance = new PageMethods();
PageMethods.set_path = function(value) {
PageMethods._staticInstance.set_path(value);
}
PageMethods.get_path = function() {
/// <value type="String" mayBeNull="true">The service url.</value>
return PageMethods._staticInstance.get_path();
}
PageMethods.set_timeout = function(value) {
PageMethods._staticInstance.set_timeout(value);
}
PageMethods.get_timeout = function() {
/// <value type="Number">The service timeout.</value>
return PageMethods._staticInstance.get_timeout();
}
PageMethods.set_defaultUserContext = function(value) {
PageMethods._staticInstance.set_defaultUserContext(value);
}
PageMethods.get_defaultUserContext = function() {
/// <value mayBeNull="true">The service default user context.</value>
return PageMethods._staticInstance.get_defaultUserContext();
}
PageMethods.set_defaultSucceededCallback = function(value) {
PageMethods._staticInstance.set_defaultSucceededCallback(value);
}
PageMethods.get_defaultSucceededCallback = function() {
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return PageMethods._staticInstance.get_defaultSucceededCallback();
}
PageMethods.set_defaultFailedCallback = function(value) {
PageMethods._staticInstance.set_defaultFailedCallback(value);
}
PageMethods.get_defaultFailedCallback = function() {
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return PageMethods._staticInstance.get_defaultFailedCallback();
}
PageMethods.set_enableJsonp = function(value) {
PageMethods._staticInstance.set_enableJsonp(value);
}
PageMethods.get_enableJsonp = function() {
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return PageMethods._staticInstance.get_enableJsonp();
}
PageMethods.set_jsonpCallbackParameter = function(value) {
PageMethods._staticInstance.set_jsonpCallbackParameter(value);
}
PageMethods.get_jsonpCallbackParameter = function() {
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return PageMethods._staticInstance.get_jsonpCallbackParameter();
}
PageMethods.set_path("default.aspx");
PageMethods.LoginAttemptCount = function(username, password, onSuccess, onFailed, userContext) {
/// <param name="username" type="String">System.String</param>
/// <param name="password" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
PageMethods._staticInstance.LoginAttemptCount(username, password, onSuccess, onFailed, userContext);
}
PageMethods.CheckEmailCaptcha = function(onSuccess, onFailed, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
PageMethods._staticInstance.CheckEmailCaptcha(onSuccess, onFailed, userContext);
}
//]]>
</script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
<input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0">
<input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0">
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
value="P5Lynp/+UTKa7J3i6hKuiFDa76WBiLAWGDMneO/ijhp8i80npX2Nm/KS3td/AKz6KawyXsMxkrgObMTI6vg844KodPnNSjnTTPJa8MChoVp3RSy/VoO+sRcTmjZWoFEz6I2NjLX2VVpmNRar0j/afIl85cv1OJhjLjrLpWM+Bo+1VVU+NhuIcVvB68uuSL7khHRQuaXRhfCcFDfTIZfokyn1BsIiHk9Lk/XMItmXTFGt/ktqeeihV7s+3iqmDDxXjsmaYxgWBcB+cJ9eK88B2A==">
</div>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('sm', 'frmLogin', ['tctl00', 'ctl00', 'tUpdatePanel2', 'UpdatePanel2', 'tUpdatePanel3', 'UpdatePanel3'], ['btnLogin', 'btnLogin', 'btnEmail', 'btnEmail', 'btnUnlock', 'btnUnlock'], [], 90, '');
//]]>
</script>
<input name="hdnData" type="hidden" id="hdnData">
<!-- BEGIN LOGO -->
<div class="logo" style="margin-top: 40px;">
<!-- <img src="images/pdfLogo.png" height="150" />-->
<img src="images/pdfLogo.jpg" height="150">
</div>
<!-- END LOGO -->
<!-- BEGIN LOGIN -->
<div class="content">
<!-- BEGIN LOGIN FORM -->
<div class="login-form">
<div id="ctl00">
<h3 class="form-title">Login to your account</h3>
<div class="alert alert-error hide">
<a class="close" data-dismiss="alert"></a>
<span>Enter any username and password.</span>
</div>
<div class="form-group">
<!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
<label class="control-label visible-ie8 visible-ie9">Username</label>
<div class="input-icon">
<i class="fa fa-user"></i>
<input name="txtUsername" type="text" id="txtUsername" tabindex="1" class="form-control placeholder-no-fix" placeholder="Enter Username" autofocus="">
</div>
</div>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Password</label>
<div class="input-icon">
<i class="fa fa-lock"></i>
<input name="txtPassword" type="password" id="txtPassword" tabindex="2" class="form-control placeholder-no-fix" placeholder="Enter Password" onpaste="return false" ondrop="return false" ondrag="return false" required=""
oncopy="return false" oncut="return false" autocomplete="new-password">
</div>
</div>
<div class="form-group">
<div id="lblErrMsg" class="label control-label label-danger" style="display: block; line-height: inherit; text-align: initial; white-space: normal; padding: 0;"></div>
</div>
<div class="form-actions">
<button onclick="getLoginAttemptCount();this.disabled=true; __doPostBack('btnLogin','')" id="btnLogin" type="submit" class="btn blue pull-right"> Login <i class="m-icon-swapright m-icon-white"></i>
</button>
</div>
<div class="forget-password">
<h4>Forgot your password ?</h4>
<p> no worries, click <a href="javascript:;" id="forget-password">here</a> to reset your password. </p>
</div>
</div>
</div>
<!-- END LOGIN FORM -->
<!-- BEGIN FORGOT PASSWORD FORM -->
<div class="forget-form">
<div id="UpdatePanel2">
<h3>Forgot Password ?</h3>
<p>Enter your username / e-mail address below to reset your password.</p>
<div class="form-group">
<div class="input-icon">
<i class="fa fa-envelope"></i>
<input name="txtForgotEmail" type="text" id="txtForgotEmail" class="form-control placeholder-no-fix" placeholder="Username/Email">
</div>
</div>
<div id="ForgotPasswordReCaptchContainer"></div>
<div class="form-actions">
<span id="lblForgotErrMsg" class="label label-danger control-label"></span>
</div>
<div class="form-actions">
<button type="button" id="back-btn" class="btn">
<i class="m-icon-swapleft"></i> Back </button>
<button onclick="this.disabled=true;$(this).text('Please Wait...'); __doPostBack('btnEmail','')" id="btnEmail" type="submit" class="btn blue pull-right"> Submit <i class="m-icon-swapright m-icon-white"></i>
</button>
</div>
</div>
</div>
<!-- END FORGOT PASSWORD FORM -->
<!-- Login information Form -->
<div id="pnlMultiplePanel" class="modal fade " tabindex="-1" role="dialog" aria-labelledby="logoutPanelLabel" aria-hidden="true" data-keyboard="false" data-backdrop="static">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h3 style="color: black" id="logoutPanelLabel">Login information!!</h3>
</div>
<div id="UpdatePanel3">
<div class="modal-body">
<p>
<span id="lblMultipleErrorMsg" style="color: black"></span>
</p>
<p>
</p>
<p></p>
</div>
<div class="modal-footer">
<a href=".?so=true" class="btn btn-default"><i class="fa fa-sign-out"></i> <span data-i18n="vSignOut">No</span></a>
<button onclick="__doPostBack('btnUnlock','')" id="btnUnlock" class="btn btn-primary"><i class="fa fa-lock"></i> <span data-i18n="vUnlock">Yes</span></button>
</div>
</div>
</div>
</div>
</div>
<!-- End Login information Form -->
</div>
<script type="text/javascript">
//<![CDATA[
theForm.oldSubmit = theForm.submit;
theForm.submit = WebForm_SaveScrollPositionSubmit;
theForm.oldOnSubmit = theForm.onsubmit;
theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit;
//]]>
</script>
</form>
Text Content
FEATURES: -------------------------------------------------------------------------------- * Full Dashboard Review of all Schemes * Quick Reports * Multi User with Rights Management * Cloud-based solution, so access it from anywhere * Built with latest technology LOGIN TO YOUR ACCOUNT Enter any username and password. Username Password Login FORGOT YOUR PASSWORD ? no worries, click here to reset your password. FORGOT PASSWORD ? Enter your username / e-mail address below to reset your password. Back Submit LOGIN INFORMATION!! No Yes FUNTIONALITY: -------------------------------------------------------------------------------- * Online Redemption * End User Information Capturing * Online Claim Process * Scheme Management * Real Time Claim Status * Zone Approval * Commercial approval for settlement * Settlement information for the respective claim © 2024, Webosphere Technolabs LLP.