egeszsegmentorklub.kurzustar.hu Open in urlscan Pro
185.187.74.219  Public Scan

Submitted URL: https://egeszsegmentorklub.kurzustar.hu/
Effective URL: https://egeszsegmentorklub.kurzustar.hu/login
Submission: On August 03 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /user/login

<form method="post" action="/user/login">
  <div class="width100 padding-left-right-10">
    <div class="common-text-small-bold padding-bottom-5"> Email: </div>
    <input name="identity" type="text" id="identity" class="form-control font-inter" placeholder="Email" value="">
  </div>
  <div class="width100 padding-left-right-10 margin-top-15">
    <div class="common-text-small-bold padding-bottom-5"> Jelszó: </div>
    <input type="password" name="credential" id="credential" class="form-control font-inter" placeholder="Jelszó" required="" value="">
    <div class="width100 text-right minus-margin-bottom-10">
      <i class="bi bi-eye-slash padding-right-15" id="togglecredential" style="position: relative; top: -25px; cursor: pointer;"></i>
    </div>
    <script>
      const togglePasswordcredential = document.querySelector("#togglecredential");
      const passwordcredential = document.querySelector("#credential");
      let isMouseDowncredential = false;
      togglePasswordcredential.addEventListener("mousedown", function() {
        showPasswordcredential();
      });
      togglePasswordcredential.addEventListener("mouseup", function() {
        hidePasswordcredential();
      });
      togglePasswordcredential.addEventListener("touchstart", function() {
        showPasswordcredential();
      });
      togglePasswordcredential.addEventListener("touchend", function() {
        hidePasswordcredential();
      });
      togglePasswordcredential.addEventListener("touchcancel", function() {
        hidePasswordcredential();
      });

      function showPasswordcredential() {
        isMouseDowncredential = true;
        if (passwordcredential.getAttribute("type") === "password") {
          passwordcredential.setAttribute("type", "text");
          togglePasswordcredential.classList.toggle("bi-eye");
        }
      }

      function hidePasswordcredential() {
        isMouseDowncredential = false;
        if (passwordcredential.getAttribute("type") === "text") {
          passwordcredential.setAttribute("type", "password");
          togglePasswordcredential.classList.remove("bi-eye");
        }
      }
    </script>
  </div>
  <input type="hidden" name="security" value="50e5b9653fc64875e925cdcbac60711e-43dab700b4fbce9d2b97c12b559b38e4">
  <div class="width100 text-center padding-top-10 padding-left-right-10 margin-top-15">
    <button type="submit" name="submit" class="custom-button-lg-template width250px" style="background-color: #1976D2; color: #FFFFFF;" value="">Bejelentkezés</button>
    <div class="padding-top-15 padding-bottom-5">
      <a href="/passwordrecovery" class="common-text-small">
									Elfelejtett jelszó                                </a>
    </div>
  </div>
</form>

Text Content

Toggle navigation

 * Belépés

Email:
Jelszó:

Bejelentkezés
Elfelejtett jelszó