ax4.com Open in urlscan Pro
194.153.114.214  Public Scan

Submitted URL: http://ax4.com/
Effective URL: https://ax4.com/ax4/index.jsp
Submission: On November 19 via manual from US — Scanned from US

Form analysis 2 forms found in the DOM

Name: login_formPOST /ax4/control/login_validate

<form name="login_form" class="login-tab__form" action="/ax4/control/login_validate" method="post">
  <div class="login-form-view__login-message "></div>
  <div class="login-form-view__input-panel login-form-view__input-panel-login input-form-panel">
    <div class="login-form-view__input-wrapper">
      <label id="userLabel" for="userInput" class="login-form-view__label ">Username</label>
      <input type="text" id="userInput" class="login-form-view__input " onkeypress="if (document.login_form.j_password.value != '') return submitenter(this,event)" name="j_username" maxlength="100" autocomplete="off" placeholder=" ">
      <span id="removeTool" class="login-form-view__remove-tool">
        <svg class="svgOpenIcon--iconClose" focusable="false">
          <use href="#icon--svg-siemens_state--S_ClosePanel_16"></use>
        </svg>
      </span>
    </div>
  </div>
  <div class="login-form-view__input-panel input-form-panel">
    <div class="login-form-view__input-wrapper">
      <label id="passwordLabel" for="passwordInput" class="login-form-view__label ">Password</label>
      <input id="passwordInput" type="password" class="login-form-view__input " onkeypress="return submitenter(this,event)" name="j_password" maxlength="128" autocomplete="off" placeholder=" ">
      <span id="securityToolPassword" class="login-form-view__security-tool">
        <svg id="iconEyePassword" class="svgOpenIcon--iconEye" focusable="false">
          <use href="#icon--svg-siemens_action--S_IconEye_16"></use>
        </svg>
      </span>
    </div>
    <div class="login-form-view__capslock-msg-wrapper">
      <p class="login-form-view__capslock-msg"></p>
    </div>
    <script type="text/javascript">
      {
        const userInput = $('#userInput');
        const passwordInput = $('#passwordInput');
        const removeTool = $('#removeTool');
        const iconEye = $('#iconEyePassword');
        removeTool.mousedown(function(e) {
          e.preventDefault(); // prevent the textarea from losing focus!
          userInput.val("");
          passwordInput.val("");
        });
        $('#securityToolPassword').mousedown(function(e) {
          e.preventDefault(); // prevent the textarea from losing focus!
          if (passwordInput.attr('type') === 'text') {
            passwordInput.attr('type', 'password');
            iconEye.children().attr('href', '#icon--svg-siemens_action--S_IconEye_16');
          } else {
            passwordInput.attr('type', 'text');
            iconEye.children().attr('href', '#icon--svg-siemens_action--S_IconEyeStrike_16');
          }
        });
      }
    </script>
  </div>
  <button type="button" onkeypress="if(event.keyCode===13) { document.login_form.submit(); return false; }" class="newButtonPanel buttonFinalColor login-form-view__login-button" style="" onclick="document.login_form.submit(); return false;">
    <div class="has-onclick newButtonText newButtonTextPanel">
      <span>Log in</span>
    </div>
  </button>
  <div class="login-form-view__additional-links">
    <button type="button" class="login-form-view__password-forgot-button newButtonPanel finalbutton">Forgot password?</button>
  </div>
</form>

Name: remindPOST /ax4/control/remind_pass

<form name="remind" class="login-tab__form" action="/ax4/control/remind_pass" method="post">
  <input name="WebOrderAction" type="hidden" value="">
  <div class="remind-form-view__input-panel input-form-panel">
    <div class="login-form-view__input-wrapper">
      <label class="remind-form-view__label" for="remindUserNameInput">Username</label>
      <input id="remindUserNameInput" class="inputText login-form-view__input" name="login" type="text" autocomplete="off" maxlength="100" placeholder=" ">
      <span id="removeToolRemindUserName" class="login-form-view__remove-tool">
        <svg class="svgOpenIcon--iconClose" focusable="false">
          <use href="#icon--svg-siemens_state--S_ClosePanel_16"></use>
        </svg>
      </span>
    </div>
    <script type="text/javascript">
      {
        const input = $('#remindUserNameInput');
        const removeTool = $('#removeToolRemindUserName');
        removeTool.mousedown(function(e) {
          e.preventDefault(); // prevent losing focus!
          input.val("");
        });
      }
    </script>
  </div>
  <div class="remind-form-view__input-panel input-form-panel">
    <div class="login-form-view__input-wrapper">
      <label class="remind-form-view__label" for="remindEmailInput">E-mail</label>
      <input id="remindEmailInput" class="inputText login-form-view__input" name="email" type="text" autocomplete="off" maxlength="256" placeholder=" ">
      <span id="removeToolRemindEmail" class="login-form-view__remove-tool">
        <svg class="svgOpenIcon--iconClose" focusable="false">
          <use href="#icon--svg-siemens_state--S_ClosePanel_16"></use>
        </svg>
      </span>
    </div>
    <script type="text/javascript">
      {
        const input = $('#remindEmailInput');
        const removeTool = $('#removeToolRemindEmail');
        removeTool.mousedown(function(e) {
          e.preventDefault(); // prevent losing focus!
          input.val("");
        });
      }
    </script>
  </div>
  <div class="remind-form-view__input-panel">
    <div class="login-form-view__input-wrapper">
      <label for="questionID-button" class="remind-form-view__label">Question</label>
      <select class="inputSelect" name="questionID" id="questionID" required="" style="display: none;">
        <option></option>
        <option value="5">Favourite movie</option>
        <option value="4">The last four digits of your credit card</option>
        <option value="1">The maiden name of your mother</option>
        <option value="2">The name of your pet</option>
        <option value="3">The town where you were born </option>
      </select><span tabindex="0" id="questionID-button" role="combobox" aria-expanded="false" aria-autocomplete="list" aria-owns="questionID-menu" aria-haspopup="true"
        class="ui-selectmenu-button ui-selectmenu-button-closed ui-corner-all ui-button ui-widget" aria-activedescendant="ui-id-1" aria-labelledby="ui-id-1" aria-disabled="false" style=""><span
          class="ui-selectmenu-icon ui-icon ui-icon-triangle-1-s"></span><span class="ui-selectmenu-text">&nbsp;</span></span>
    </div>
  </div>
  <div class="remind-form-view__input-panel input-form-panel">
    <div class="login-form-view__input-wrapper">
      <label class="remind-form-view__label" for="remindAnswerInput">Answer</label>
      <input id="remindAnswerInput" class="inputText login-form-view__input" name="answer" type="password" autocomplete="new-password" maxlength="100" placeholder=" ">
      <span id="securityToolAnswer" class="login-form-view__security-tool">
        <svg id="iconEyeAnswer" class="svgOpenIcon--iconEye" focusable="false">
          <use href="#icon--svg-siemens_action--S_IconEye_16"></use>
        </svg>
      </span>
    </div>
    <div class="login-form-view__capslock-msg-wrapper">
      <p class="login-form-view__capslock-msg"></p>
    </div>
    <script type="text/javascript">
      {
        const input = $('#remindAnswerInput')
        const iconEye = $('#iconEyeAnswer');
        $('#securityToolAnswer').mousedown(function(e) {
          e.preventDefault(); // prevent the textarea from losing focus!
          if (input.attr('type') === 'text') {
            input.attr('type', 'password');
            iconEye.children().attr('href', '#icon--svg-siemens_action--S_IconEye_16');
          } else {
            input.attr('type', 'text');
            iconEye.children().attr('href', '#icon--svg-siemens_action--S_IconEyeStrike_16');
          }
        });
      }
    </script>
  </div>
  <button type="button" onkeypress="if(event.keyCode===13) { document.remind.submit();return false; }" class="newButtonPanel buttonFinalColor remind-form-view__submit-button" style="" onclick="document.remind.submit();return false;">
    <div class="has-onclick newButtonText newButtonTextPanel">
      <span>Send password</span>
    </div>
  </button>
  <button type="button" class="remind-form-view__back-button newButtonPanel finalbutton">Back</button>
  <script type="text/javascript">
    function resetInputs() {
      $('input').val("");
      $('select option:eq(0)').prop("selected", true);
    } {
      $('.login-form-view__password-forgot-button').mousedown(resetInputs);
      $('.remind-form-view__back-button').mousedown(resetInputs);
    }
  </script>
</form>

Text Content

DIGITAL INDUSTRIES SOFTWARE
AX4
The Digital Supply Chain
Version 24.11.1
Copyright ©2024 Siemens
DIGITAL INDUSTRIES SOFTWARE
AX4
The Digital Supply Chain
Login to AX4
Username
Password



Log in
Forgot password?
You will receive new password when you answer correctly to the question – or
when you enter an email that matches your login. Use this password to log into
the system. You will then be prompted to select a new password.
Username
E-mail
Question Favourite movieThe last four digits of your credit cardThe maiden name
of your motherThe name of your petThe town where you were born  
Answer



Send password
Back
Version 24.11.1
Copyright ©2024 Siemens
*Application works if access and flow for mobile devices are configured for your
solution
By using our application, you consent to the Terms of Use as set out under this
link. Data Privacy Notice Imprint

 *  
 * Favourite movie
 * The last four digits of your credit card
 * The maiden name of your mother
 * The name of your pet
 * The town where you were born