https://password.volvo.com/

Submitted URL:
https://password.volvo.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 8 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
changelanguagefunction
validatefunction
changebuttonfunction

Console log messages · 1 found

Messages logged to the web console

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

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script language="JavaScript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<title>Password management</title>
<link href="/main.css" type="text/css" rel="stylesheet">
<script language="JavaScript" type="text/javascript" defer="" src="/script.js"></script>

</head>
<body>
	<div id="divback">
		<div id="divcontent">
			<div class="languages">
				<span>Languages</span>
				<select id="locales" onchange="changelanguage()" onclick="changelanguage()">
					<option value=""></option>
					<option value="de">Deutsch</option>
					<option value="en">English</option>
					<option value="es">Español</option>
					<option value="fr">Français</option>
					<option value="it">Italiano</option>
					<option value="nl">Nederlands</option>
					<option value="pt">Português</option>
					<option value="cn">普通話</option>
					<option value="sv">Svenska</option>
					<option value="pl">polski</option>
					<option value="tr">Türkçe</option>
					<option value="ko">한국의</option>
					<option value="ru">русский</option>
				</select>
			</div>
			<div id="divtop">
				<h1>Password management</h1>
				<p>In the next step you will be moved to the Microsoft site to change or reset password.</p>
				<p>Read the password policy first.</p>
				<p>DO NOT remove the @ext.volvogroup.com from your Username on the next screen</p>
			</div>
			<div id="divmiddle">
				<div id="buttons">
					<div id="divuser">
						<p>User ID</p>
						<input type="text" id="user-id" required="" minlength="4" maxlength="8" size="10">
					</div>
					<a class="singlebutton disablereset" id="sspr-link_reset" data-href="http://aka.ms/sspr/?username=">Reset password</a>
					<div class="tooltip">
						<span class="tooltiptext">You forgot your password and need
							to reset it.</span>
					</div>

					<a class="singlebutton disablechange" id="sspr-link" data-href="https://account.activedirectory.windowsazure.com/ChangePassword.aspx/?login_hint=​">Change password</a>
					<div class="tooltip">
						<span class="tooltiptext">You remember your password but
							want to change it.</span>
					</div>
				</div>
				<div id="messages">
					<p class="hand">
						<b>The password must be minimum length of 14 characters and policy must match 3 of 4 listed below character rules:</b>
					</p>
					<ul>
						<li>contains upper case letters,</li>
						<li>lower case letters,</li>
						<li>numbers,</li>
						<li>and symbols: ~!@#$%^*_-+=`|(){}[]:;"&lt;&gt;,.?/&amp;</li>
					</ul>
					<p class="warning">Don't use:</p>
					<ul>
						<li>your User ID or display name</li>
						<li>password used the last 24 times</li>
						<li>words related to Volvo and its business (Volvo, truck, etc.)</li>
						<li>common dictionary words (summer, password, etc?)</li>
					</ul>
					<p class="bell">Remember these guidelines, as they will not reappear on subsequent screens.</p>
				</div>
			</div>

		</div>
	</div>


</body></html>