https://pwdreset.elica.com/pwreset/

Submitted URL:
https://pwdreset.elica.com/pwreset/
Report Finished:

JavaScript Variables · 3 found

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

TypeCategoryLog
errornetwork
URL
https://pwdreset.elica.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

<!DOCTYPE html><html lang="en"><head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, user-scalable=no">
	<title>Netwrix Password Reset</title>
	<link rel="stylesheet" href="apr.css">
</head>

<body>
	<!-- Header -->
	<header>
		<div class="logo"><img src="images/logo.svg" height="42" width="42" alt="Netwrix" onerror="this.style.display='none';">
			<h1>Netwrix <br> Password Reset</h1>
		</div>

		<p class="text_long">Welcome. This system allows you to change your password and unlock your account, even if
			you have forgotten your
			password. Select an option from the menu below to begin.</p>
	</header>

	<!-- Page Content -->
	<main>

		<!-- Enroll 
		<section class="apr_menu_item">
			<a href="apr.dll?cmd=enroll">
				<img class="icon" src="images/enroll.svg" height="24" width="24" alt="Enroll"
					onerror="this.style.display='none';">
				<div class="apr_menu_text">
					<h2>Enroll</h2>
					<p class="text_long">You must enroll into this system before you can use it to reset your password
						or unlock your account.</p>
					<p class="text_short">For Reset and Unlock</p>
				</div>
			</a>
		</section> -->

		<!-- Reset --> 
		<section class="apr_menu_item">
			<a href="apr.dll?cmd=reset">
				<img class="icon" src="images/reset.svg" height="24" width="24" alt="Reset" onerror="this.style.display='none';">
				<div class="apr_menu_text">
					<h2>Reset</h2>
					<p class="text_long">You will need to reset your password if you have forgotten it. You must be
						enrolled to use this option.</p>
					<p class="text_short">A forgotten password</p>
				</div>
			</a>
		</section>

		 <!-- Unlock --> 
		<section class="apr_menu_item">
			<a href="apr.dll?cmd=unlock">

				<img class="icon" src="images/unlock.svg" height="24" width="24" alt="Unlock" onerror="this.style.display='none';">
				<div class="apr_menu_text">
					<h2>Unlock</h2>
					<p class="text_long">You will need to unlock your account if you entered the wrong password too many
						times. You must be enrolled to use this option.</p>
					<p class="text_short">Your account</p>
				</div>
			</a>
		</section>

		<!-- Change -->
		<section class="apr_menu_item">
			<a href="apr.dll?cmd=change">
				<img class="icon" src="images/change.svg" height="24" width="24" alt="Change" onerror="this.style.display='none';">
				<div class="apr_menu_text">
					<h2>Change</h2>
					<p class="text_long">You can change your password if you know your current password. You do not have
						to be enrolled to use this option.</p>
					<p class="text_short">Your password</p>
				</div>
			</a>
		</section>
	</main>

	<!-- Footer -->
	<footer>
		<!-- Modifying, removing or obscuring any copyright notice is a violation of the License Agreement -->
		<p class="copyright">Copyright © 2023 Netwrix Corporation</p>


		<form class="lang_selector" action="apr.dll" method="get" name="langselector">
			<select name="lang" onchange="document.forms.langselector.submit();">
				<option value="en" selected="">English</option>
			</select>
		</form>
	</footer>


</body></html>