CINXE.COM
Login
<!DOCTYPE html> <html lang="en"> <head> <title>Login</title> <script type="text/javascript" nonce='WbqtiQN/aJ3g+N1Wa6jK/0LTe6+W1bS+ZAeFkWHyIwM=' src="/AuthServer/assets/js/jquery-3.5.1.min.js"></script> <link rel="StyleSheet" href='/AuthServer/assets/css/style.css' type="text/css" media="all"/> <link rel="stylesheet" href='/AuthServer/assets/css/roboto-font.css'/> <link rel="StyleSheet" href='/AuthServer/assets/css/font-awesome.css' type="text/css"/> <link rel="shortcut icon" href='/AuthServer/images/favicon_lnrs.ico'> <script nonce='WbqtiQN/aJ3g+N1Wa6jK/0LTe6+W1bS+ZAeFkWHyIwM=' src="https://cdnjs.cloudflare.com/ajax/libs/jsencrypt/2.3.1/jsencrypt.min.js"></script> <script type="text/javascript" nonce='WbqtiQN/aJ3g+N1Wa6jK/0LTe6+W1bS+ZAeFkWHyIwM='> var checkCAPTCHA = false; var verifyCallback = function(response) { if (response == "") { checkCAPTCHA = false; $("#submitBtn").prop('disabled',true); } else { checkCAPTCHA = true; document.getElementById("error").style.display = "none"; $("#submitBtn").prop('disabled',false); } }; $(document).ready(function() { $.get("/AuthServer/publicKey", function(publicKey) { $("#submitBtn").click(function() { // Encrypt password let password = $('#passvalue').val(); let encrypt = new JSEncrypt(); encrypt.setPublicKey(publicKey); let encryptedPassword = encrypt.encrypt(password); $('#passvalue').val(encryptedPassword); if (checkCAPTCHA || (document.getElementById('recaptcha')==null) ) { return true; } else { document.getElementById('errormsg').innerHTML="CAPTCHA checkbox is required "; document.getElementById("login-error").style.display = "none"; return false; } }); }); }); </script> <script type="text/javascript" nonce='WbqtiQN/aJ3g+N1Wa6jK/0LTe6+W1bS+ZAeFkWHyIwM=' src="/AuthServer/assets/js/mitigation.js"></script> <script type="text/javascript" nonce='WbqtiQN/aJ3g+N1Wa6jK/0LTe6+W1bS+ZAeFkWHyIwM='> $(function() { document.getElementById('troubleLoginText').style.display = "none"; $(".trouble-logging-in").on("click", function(e) { var displayFlag = document.getElementById("troubleLoginText"); if (displayFlag.style.display === "none") { displayFlag.style.display = "block"; $('#troubleloginsection').css('background-color', '#F4F4F4'); } else { displayFlag.style.display = "none"; $('#troubleloginsection').css('background-color', ''); } }); $(function(){ $('#masthead').append($('#bannerAccuity').html()); }); if(!(document.getElementById('maintenanceInfo')== null)) { document.getElementById('loginSection').className += ' marginTopLogin'; } //Fix for websphere var queryString = window.location.search; if (!queryString.includes("error")) { /*document.getElementById("login-error").style.display = "none";*/ var loginErrorElement = document.getElementById('login-error'); if (loginErrorElement) { loginErrorElement.style.display = 'none'; } } }); </script> <noscript>Your browser doesn't support JavaScript. Enable JavaScript in Your browser and then reload this page </noscript> </head> <div style="min-height: 650px; background: #fff;"> <div class="rectangle"> <div class="firco-image"> <img src='/AuthServer/images/LNRS_2C_128x30.svg' alt=""> </div> <div class="login-trianglesDiv"></div> </div> <form id="command" action="/AuthServer/oauth/logon" method="POST"> <div class="loginSection" id="loginSection"> <div class="login-fircocompliance-text"> <h1>Firco Compliance Link</h1></div> <div> <table aria-describedby="logintable" > <th id="login" style="display: none"></th> <tr><td class="login-label-text" id="uid">User ID:</td></tr> <tr><td><input class="login-label-value" id="uidvalue" type="text" name="username" autocomplete="off"></td></tr> <tr><td class="login-label-text" id="passtext">Password:</td></tr> <tr><td style="padding-bottom: 0px"><input class="login-label-value" id="passvalue" type="password" name="password" autocomplete="off" maxlength="30"></td></tr> <tr><td id="troubleloginsection" style="padding-top: 0px"><div class="trouble-logging-in" id="troubleLogin">Trouble logging in?</div> <div class="trouble-logging-in-text" id="troubleLoginText" style="padding-left: 7px;">If you are a current user but do not have an existing User ID or have forgotten your password, please contact your system administrator. For general support email <a id="mailtosupport" style="text-decoration: none" href="mailto:ProductSupportTeam@lexisnexisrisk.com"> ProductSupportTeam@lexisnexisrisk.com</a></div></td></tr> <tr><td style="padding-top: 9px"> <tr><td style="padding-top: 9px"> <input id="submitBtn" class="inputsubmit formBtn primaryButton" type="submit" value="LOG IN"/></td></tr> </table> </div> </div> <div> </div> </form> </div> <div id="footer"> <div id="footerlinks"> <p> <span> <a id="privacyPolicy" href="https://risk.lexisnexis.com/group/privacy-policy/" target="_newPrivacy" rel="noopener noreferrer"> Privacy Policy</a> | <a id="termConditions" href="https://risk.lexisnexis.com/terms/accuity/" target="_newTermConditions" rel="noopener noreferrer">Terms & Conditions</a> | <a id="accuitySupport" href="https://risk.lexisnexis.com/financial-services/financial-crime-compliance/" target="_newContat" rel="noopener noreferrer"> Contact Us</a> | <a id="relxSite" href="https://www.relx.com" target="_blank" rel="noopener noreferrer"><img src='/AuthServer/images/OrangeGrey-TM.PNG' style="position: relative; vertical-align: middle; height: 13px;" alt=""></a> </span> <br> <span> Compliance Link Version 4.5 </span> <br> <span> Copyright © 2024 LexisNexis Risk Solutions. All rights reserved.</span> </p> </div> </div> <script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=329509076" async nonce="WbqtiQN/aJ3g+N1Wa6jK/0LTe6+W1bS+ZAeFkWHyIwM="></script></html>