inelcom.es Open in urlscan Pro
80.58.182.79  Public Scan

Submitted URL: http://inelcom.es/
Effective URL: https://inelcom.es/
Submission: On January 21 via manual from ES — Scanned from ES

Form analysis 1 forms found in the DOM

POST /front/login.php

<form action="/front/login.php" method="post" autocomplete="off" data-submit-once="">
  <input type="hidden" name="noAUTO" value="0">
  <input type="hidden" name="redirect" value="">
  <input type="hidden" name="_glpi_csrf_token" value="b75817600754415dddfc2f756a947db38e005df75727e7a247077d0cc0d255c3">
  <div class="row justify-content-center">
    <div class="col-md-5">
      <div class="card-header mb-4">
        <h2 class="mx-auto">Inicia sesión con tu cuenta</h2>
      </div>
      <div class="mb-3">
        <label class="form-label">Usuario</label>
        <input type="text" class="form-control" id="login_name" name="fielda65acf1744259b" placeholder="" tabindex="1">
      </div>
      <div class="mb-4">
        <label class="form-label"> Contraseña <span class="form-label-description">
            <a href="/front/lostpassword.php?lostpassword=1">
                           ¿Olvidó su contraseña?
                        </a>
          </span>
        </label>
        <input type="password" class="form-control" name="fieldb65acf1744259d" placeholder="" autocomplete="off" tabindex="2">
      </div>
      <div class="mb-3">
        <label class="form-label">Origen del inicio de sesión</label>
        <select name="auth" id="dropdown_auth1" class="form-select select2-hidden-accessible" size="1" data-select2-id="dropdown_auth1" tabindex="-1" aria-hidden="true">
          <option value="local" selected="" data-select2-id="2">Base de datos interna de GLPI</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="1" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-dropdown_auth1-container"><span class="select2-selection__rendered" id="select2-dropdown_auth1-container" role="textbox"
                aria-readonly="true" title="Base de datos interna de GLPI"><span>Base de datos interna de GLPI</span></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span
            class="dropdown-wrapper" aria-hidden="true"></span></span>
        <script type="text/javascript">
          //<![CDATA[
          $(function() {
            const select2_el = $('#dropdown_auth1').select2({
              width: '100%',
              dropdownAutoWidth: true,
              dropdownParent: $('#dropdown_auth1').closest('div.modal, body'),
              quietMillis: 100,
              minimumResultsForSearch: 50,
              matcher: function(params, data) {
                // store last search in the global var
                query = params;
                // If there are no search terms, return all of the data
                if ($.trim(params.term) === '') {
                  return data;
                }
                var searched_term = getTextWithoutDiacriticalMarks(params.term);
                var data_text = typeof(data.text) === 'string' ? getTextWithoutDiacriticalMarks(data.text) : '';
                var select2_fuzzy_opts = {
                  pre: '<span class="select2-rendered__match">',
                  post: '</span>',
                };
                if (data_text.indexOf('>') !== -1 || data_text.indexOf('<') !== -1) {
                  // escape text, if it contains chevrons (can already be escaped prior to this point :/)
                  data_text = jQuery.fn.select2.defaults.defaults.escapeMarkup(data_text);
                }
                // Skip if there is no 'children' property
                if (typeof data.children === 'undefined') {
                  var match = fuzzy.match(searched_term, data_text, select2_fuzzy_opts);
                  if (match == null) {
                    return false;
                  }
                  data.rendered_text = match.rendered_text;
                  data.score = match.score;
                  return data;
                }
                // `data.children` contains the actual options that we are matching against
                // also check in `data.text` (optgroup title)
                var filteredChildren = [];
                $.each(data.children, function(idx, child) {
                  var child_text = typeof(child.text) === 'string' ? getTextWithoutDiacriticalMarks(child.text) : '';
                  if (child_text.indexOf('>') !== -1 || child_text.indexOf('<') !== -1) {
                    // escape text, if it contains chevrons (can already be escaped prior to this point :/)
                    child_text = jQuery.fn.select2.defaults.defaults.escapeMarkup(child_text);
                  }
                  var match_child = fuzzy.match(searched_term, child_text, select2_fuzzy_opts);
                  var match_text = fuzzy.match(searched_term, data_text, select2_fuzzy_opts);
                  if (match_child !== null || match_text !== null) {
                    if (match_text !== null) {
                      data.score = match_text.score;
                      data.rendered_text = match_text.rendered;
                    }
                    if (match_child !== null) {
                      child.score = match_child.score;
                      child.rendered_text = match_child.rendered;
                    }
                    filteredChildren.push(child);
                  }
                });
                // If we matched any of the group's children, then set the matched children on the group
                // and return the group object
                if (filteredChildren.length) {
                  var modifiedData = $.extend({}, data, true);
                  modifiedData.children = filteredChildren;
                  // You can return modified objects from here
                  // This includes matching the `children` how you want in nested data sets
                  return modifiedData;
                }
                // Return `null` if the term should not be displayed
                return null;
              },
              templateResult: templateResult,
              templateSelection: templateSelection,
            }).bind('setValue', function(e, value) {
              $('#dropdown_auth1').val(value).trigger('change');
            })
            $('label[for=dropdown_auth1]').on('click', function() {
              $('#dropdown_auth1').select2('open');
            });
            $('#dropdown_auth1').on('select2:open', function(e) {
              const search_input = document.querySelector(`.select2-search__field[aria-controls='select2-${e.target.id}-results']`);
              if (search_input) {
                search_input.focus();
              }
            });
          });
          //]]>
        </script>
      </div>
      <div class="mb-2">
        <label class="form-check">
          <input type="checkbox" class="form-check-input" name="fieldc65acf1744259e">
          <span class="form-check-label">Recuérdame</span>
        </label>
      </div>
      <div class="form-footer">
        <button type="submit" name="submit" class="btn btn-primary w-100" tabindex="3"> Iniciar sesión </button>
      </div>
    </div>
    <div class="col-auto px-2 text-center">
      <div class="rich_text_container">
        <p>Ha accedido a un sistema propiedad de INELCOM.<br> Necesita tener autorización antes de usarlo, estando usted estrictamente y limitado al uso indicado en dicha autorización. El acceso no autorizado a este sistema o el uso indebido del
          mismo está prohibido y es contrario a la Política Corporativa de Seguridad y a la legislación vigente. El uso que realice de este sistema puede ser monitorizado. </p>
      </div>
      <link rel="stylesheet" type="text/css" href="/plugins/news/css/styles.min.css?v=850093c6b10cfd49a1aaee0d678d0e757d9729d4" media="all">
      <div class="plugin_news_alert-login">
        <div class="plugin_news_alert-container"></div>
        <script type="text/javascript" src="/plugins/news/js/news.min.js?v=850093c6b10cfd49a1aaee0d678d0e757d9729d4"></script>
      </div>
    </div>
  </div>
</form>

Text Content

INICIA SESIÓN CON TU CUENTA

Usuario
Contraseña ¿Olvidó su contraseña?
Origen del inicio de sesión Base de datos interna de GLPIBase de datos interna
de GLPI
Recuérdame
Iniciar sesión

Ha accedido a un sistema propiedad de INELCOM.
Necesita tener autorización antes de usarlo, estando usted estrictamente y
limitado al uso indicado en dicha autorización. El acceso no autorizado a este
sistema o el uso indebido del mismo está prohibido y es contrario a la Política
Corporativa de Seguridad y a la legislación vigente. El uso que realice de este
sistema puede ser monitorizado.


GLPI Copyright (C) 2015-2022 Teclib' and contributors