webtools.lma.eu.com Open in urlscan Pro
134.213.241.234  Public Scan

URL: https://webtools.lma.eu.com/UpdatePassword.aspx?keygen=723c1ed0-f7cd-456c-a241-4b775284b4b6
Submission: On January 01 via manual from US — Scanned from GB

Form analysis 1 forms found in the DOM

Name: aspnetFormPOST ./UpdatePassword.aspx?keygen=723c1ed0-f7cd-456c-a241-4b775284b4b6

<form name="aspnetForm" method="post" action="./UpdatePassword.aspx?keygen=723c1ed0-f7cd-456c-a241-4b775284b4b6" id="aspnetForm" class="OMMainForm">
  <div>
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTgxMjI0NzE2MmRkmmqt0F6C7wMO9BcWIvIVYqNCIX/GRtoB/c8G7++Xx6w=">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['aspnetForm'];
    if (!theForm) {
      theForm = document.aspnetForm;
    }

    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=U52C8r63OYIKN3sKplhPJefo6-YBeYdVZhLyemBf9KhubypO0Ip7ZPlkviY9lVyAfiY6CSU4lKv2ahBND4GPwjyF4im9KEaNRi21sbNqUNk1&amp;t=637460981481343508" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=g2pdFzuUPCugEe_Q1RGzhO_HkAjNEF2cGCur36eYtXzbM5Ld1Fvm9SSIevkhDzLIDAFIPyb76a78-SecXM8xgyGyZbvuENgENIZwZChwMjuaYuUP3wNKfH9paFTKuHztMWNDqjst550zg6qBrpvfOY0DCr3NjfnCRiHtAK0l0UU1&amp;t=2fe674eb" type="text/javascript">
  </script>
  <script src="/ScriptResource.axd?d=nEjpa8LVqfgP7q9pS_5gO1y4ljrtu0I8M3MYH_z99gPDlpWoSwkcJiOpicFCRtGkxfGVx1Uzjug3oWou7eJvsrIPIEbQ7wmQtVTpx0eoUCDmTHoDEzBEWDXRBc6IMtDYjw1FeSWL3PWplNYM2BXiCl2Slg3C3XKDapfZy0QRRAGc8JcJlkRYY9XgNYUjNHja0&amp;t=2fe674eb"
    type="text/javascript"></script>
  <div>
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="26C6414F">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAVmThWN4wC+UzgSc/77HH37YeaCrA5DoXxkMEZIRiJTHlEnrBTZNqi5TnMDbtpLY8kaFc5TJwm5Yw4gfOJqe/ddK5THhUAVJkiUlehwzjngaXM7V+jIiTLl5941PDwCd96WpiiB+ooSuzdnv9+zN0nP">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('ctl00$WebtoolsMain$ScriptManager1', 'aspnetForm', [], [], [], 90, 'ctl00');
    //]]>
  </script>
  <script language="javascript" type="text/javascript">
    function ChangePwd() {
      document.getElementById('divOutcome').innerHTML = '';
      var sPassword = trim(document.getElementById('txtPassword').value);
      var sConfirmPassword = trim(document.getElementById('txtConfirmPassword').value);
      if (sPassword != sConfirmPassword) {
        alert('You must enter the same new password into both boxes.');
        return false;
      }
      var objRegExp = /^(?=.*[0-9])(?=.*[A-Z])[a-zA-Z0-9!@#$%^&*]{8,}$/;
      var strMessage = "Password must be at least 8 characters and contain at least one number and one capital letter.";
      if (!objRegExp.test(sPassword)) {
        alert(strMessage);
        return false;
      }
      document.getElementById('btnSubmit').style.display = 'none';
      document.getElementById('spnUpdating').style.display = '';
      document.getElementById('ctl00_WebtoolsMain_txtNewPassword').value = sPassword;
      __doPostBack('ctl00$WebtoolsMain$btnProceed', '');
      return false;
    }

    function HandleResult(strResult) {
      if (strResult == 'SUCCESS') {
        document.location = 'Acknowledge.aspx?process=updatepassword';
      } else {
        alert('There was a problem changing your password.\nPlease make sure you only use numbers and letters with one capital letter. \nYour password must be a minimum of 8 characters. \nPlease check and try again.');
      }
    }
  </script>
  <h2>Change Password</h2>
  <br> Please enter your new password below.<br><br> Your password must be at least <b>8 characters</b> and contain at least <b>one number</b> and <b>one capital letter</b>. The only special characters that we accept are <b>!@#$%^&amp;*</b>. <br><br>
  If the new password you enter matches your current password you will not be able to log in and will have to repeat the forgotten password process again.<br><br> Please click on the <b>'Change'</b> button to confirm your password changes. Hitting
  the enter key on your keyboard will not save your new password.<br><br>
  <span id="divOutcome"></span>
  <table style="width: 100%;">
    <tbody>
      <tr class="OMHeaderSubRow">
        <td class="OMHeaderSubCell">
          <span class="OMFieldLabel">New Password</span>
        </td>
        <td class="OMHeaderSubCell" align="left">
          <input id="txtPassword" name="txtPassword" type="password" class="OMTextBox">
        </td>
      </tr>
      <tr class="OMHeaderSubRow">
        <td class="OMHeaderSubCell">
          <span class="OMFieldLabel">Confirm Password</span>
        </td>
        <td class="OMHeaderSubCell" align="left">
          <input id="txtConfirmPassword" name="txtConfirmPassword" type="password" class="OMTextBox">
        </td>
      </tr>
      <tr class="OMHeaderSubRow">
        <td>&nbsp;</td>
        <td align="left">
          <input id="btnSubmit" name="btnSubmit" type="button" class="OMButton" style="cursor:hand;cursor:pointer;" value="Change" onclick="return ChangePwd();">
          <span id="spnUpdating" style="display:none;">Updating ...</span>
        </td>
      </tr>
    </tbody>
  </table>
  <input name="ctl00$WebtoolsMain$txtOldPassword" type="password" id="ctl00_WebtoolsMain_txtOldPassword" style="display:none;"><input name="ctl00$WebtoolsMain$txtNewPassword" type="password" id="ctl00_WebtoolsMain_txtNewPassword"
    style="display:none;"><select name="ctl00$WebtoolsMain$ddlPostback" onchange="javascript:setTimeout('__doPostBack(\'ctl00$WebtoolsMain$ddlPostback\',\'\')', 0)" id="ctl00_WebtoolsMain_ddlPostback" style="height:0px;width:0px;display:none;">
  </select><input type="submit" name="ctl00$WebtoolsMain$btnProceed" value="" id="ctl00_WebtoolsMain_btnProceed" style="height:0px;width:0px;display:none;">
</form>

Text Content

CHANGE PASSWORD


Please enter your new password below.

Your password must be at least 8 characters and contain at least one number and
one capital letter. The only special characters that we accept are !@#$%^&*.

If the new password you enter matches your current password you will not be able
to log in and will have to repeat the forgotten password process again.

Please click on the 'Change' button to confirm your password changes. Hitting
the enter key on your keyboard will not save your new password.



New Password Confirm Password   Updating ...