NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html>
<head>
<!-- english -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="expires" content="0">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Login</title>
<meta name="description" content="vwgroupsupply.com Login Page" />
<link rel="icon" href="../images/favicon.ico" type="image/x-icon" />

<!-- Bootstrap -->
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/lona/eai/b2b9ext/css/custom-bootstrap-fixed.css" type="text/css">
<link href="../css/bootstrap-select.min.css" rel="stylesheet">

<!-- Custom CSS-files defined in the configEAL.xml. -->
<link rel="stylesheet" href="/lona/eai/b2b9ext/css/b2b.css" type="text/css">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="../js/html5shiv_3_7_2.min.js"></script>
<script src="../js/respond_1_4_2.min.js"></script>
<![endif]-->

<script type="text/javascript" src="../js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="../js/popper.min.js"></script> <!-- bootstrap dependency -->
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../js/bootstrap-select.min.js"></script>

<script type="text/javascript" src="../js/jquery.placeholder.min.js"></script>
<script type="text/javascript" src="../js/form-validator/jquery.form-validator_2_3_26.min.js"></script>
<script type="text/javascript" src="../js/layout.js"></script>

<script>
function onLoadCallback() {
var insideIFrame = top != self;
if(insideIFrame) {
// don't display vw logo twice (KBP and LONA-login screen) -> see defect 1754
$('#header').hide();
$('#top-bar').hide();
$('#footer').hide();
}
// check, if handleLogout() is defined (see login.vm)
if(typeof window['handleLogout'] === "function") {
handleLogout();
}
}
</script>
</head>
<body onLoad="onLoadCallback()">
<div id="header" class="header">
<div id="header-image" class="header-image"></div>
</div>
<div id="top-bar" class="top-bar"></div>
<div id="content" class="content">


<!-- Rich Client Data
Pagename: Login
CSRFToken: ZIMA-Z2YB-R9YJ-1A1P-KB02-FCVE-G0SE-RDEV
-->
<div class="container">
<div class="row">
<div class=" col-md-12 ">
</div>
</div>
<div class="row">
<div class=" col-md-4 ">
<div class="panel">
<fieldset>
<legend class="panel-title">Login with Password</legend>
<hr class="hr" />
<form id="password-form-o" action="/lona/eai/b2b9ext/pages/login.do " method="post" role="form">
<div class="form-group-floating-label">
<input
class="form-control form-control-placeholder"
id="username"
name="username"
oninvalid="this.setCustomValidity('User ID must be at least 5 characters long.')"
oninput="this.setCustomValidity('')"
onkeyup="enableClear(this, 'usernameClear')"
pattern=".{5,}"
placeholder=" "
required
tabindex="1"
type="text"
value=""
/>
<label for="username" class="form-control-floating-label-placeholder">User ID</label>
<a id="usernameClear" class="input-icon" onclick="clearInputValue(this, 'username')" style="display: none;" tabindex="999">
<i class="icon i-close-circle"></i>
</a>
</div>
<div class="form-group-floating-label">
<input
class="form-control form-control-placeholder"
id="password"
name="password"
oninvalid="this.setCustomValidity('Password is required.')"
oninput="this.setCustomValidity('')"
pattern=".{1,}"
placeholder=" "
required
tabindex="2"
type="password"
value=""
/>
<label for="password" class="form-control-floating-label-placeholder">Password</label>
<a class="input-icon" onclick="togglePassword('passwordIcon', 'password')" tabindex="999">
<img id="passwordIcon" class="svg-icon" src="../images/view-disabled.svg#view-disabled">
</a>
</div>
<div class="forgotPwdAndUserSelect">
<a href="/lostpwd" class="forgot-password" id="forgotPasswordLink">Forgot Password</a>
<div data-toggle="tooltip" data-placement="auto" title="Strong authentication with TOTP is only used if TOTP is enabled for your user ID.">
<span class="select-switch">
<input checked id="totp-select" type="checkbox" name="totpselect">
<label for="totp-select">Strong authentication with TOTP</label>
</span>
</div>
</div>
<input type="hidden" name="OWASP_CSRFTOKEN" value="ZIMA-Z2YB-R9YJ-1A1P-KB02-FCVE-G0SE-RDEV" />
<div class="panel-btn-login-password">
<button
class="form-control btn btn-default btn-login"
id="pwdLoginButton"
name="password-submit"
tabindex="3"
type="submit"
>Password Login</button>
</div>
</form>
</fieldset>
</div>
</div>
<div class=" col-md-4 ">
<div class="panel">
<fieldset>
<legend class="panel-title">Login using Certificate</legend>
<hr class="hr" />
<form id="certificate-form-o" action="/lona/eai/b2b9ext/pages/certificate.start" method="post" role="form">
<div class="pki-image">
<input id="pkiImage" class="img-responsive center-block pki-image" src="../images/pki.png" type="image" />
</div>
<input type="hidden" name="OWASP_CSRFTOKEN" value="ZIMA-Z2YB-R9YJ-1A1P-KB02-FCVE-G0SE-RDEV" />
<div class="panel-btn-certificate">
<input style="display:none;" type="hidden" name="login-form-type" value="cert" />
<button
class="form-control btn btn-default btn-login"
id="pkiLoginButton"
name="certificate-submit"
tabindex="4"
type="submit"
>Certificate Login</button>
</div>
</form>
</fieldset>
</div>
</div>
<div class=" col-md-4 ">
<div class="panel">
<fieldset>
<legend class="panel-title">Login via SecurID</legend>
<hr class="hr" />
<form id="radius-form-o" action="/lona/eai/b2b9ext/pages/radius.do" method="post" role="form" autocomplete="off">
<div class="form-group-floating-label">
<input
class="form-control form-control-placeholder"
id="radiusUsername"
name="username"
oninvalid="this.setCustomValidity('User ID must be at least 5 characters long.')"
oninput="this.setCustomValidity('')"
onkeyup="enableClear(this, 'radiusUsernameClear')"
pattern=".{5,}"
placeholder=" "
required
tabindex="5"
type="text"
value=""
/>
<label for="radiusUsername" class="form-control-floating-label-placeholder">User ID</label>
<a id="radiusUsernameClear" class="input-icon" onclick="clearInputValue(this, 'radiusUsername')" style="display: none;" tabindex="999">
<i class="icon i-close-circle"></i>
</a>
</div>
<div data-toggle="tooltip" data-placement="top" title="Please leave this field empty, if your PIN isn't set (e.g. during your first SecurID login).">
<div class="form-group-floating-label">
<input
class="form-control form-control-placeholder"
id="radiusPin"
name="pin"
oninvalid="this.setCustomValidity('The PIN must be 4 to 8 digits long.')"
oninput="this.setCustomValidity('')"
pattern="[0-9]{4,8}|.{0}"
placeholder=" "
tabindex="6"
type="password"
value=""
/>
<label for="radiusPin" class="form-control-floating-label-placeholder">PIN</label>
<a class="input-icon" onclick="togglePassword('radiusPinIcon', 'radiusPin')" tabindex="999">
<img id="radiusPinIcon" class="svg-icon" src="../images/view-disabled.svg#view-disabled">
</a>
</div>
</div>
<div class="panel-radius-token">
<div class="form-group-floating-label">
<input
autocomplete="off"
class="form-control form-control-placeholder"
id="radiusToken"
name="token"
oninvalid="this.setCustomValidity('The SecurID token must contain 6 to 8 digits.')"
oninput="this.setCustomValidity('')"
onkeyup="enableClear(this, 'radiusTokenClear')"
pattern="[0-9]{6,8}"
placeholder=" "
required
tabindex="7"
type="text"
value=""
/>
<label for="radiusToken" class="form-control-floating-label-placeholder">Token</label>
<a id="radiusTokenClear" class="input-icon" onclick="clearInputValue(this, 'radiusToken')" style="display: none;" tabindex="999">
<i class="icon i-close-circle"></i>
</a>
</div>
<div class="token-image">
<img src="../images/token.png">
</div>
</div>
<input type="hidden" name="OWASP_CSRFTOKEN" value="ZIMA-Z2YB-R9YJ-1A1P-KB02-FCVE-G0SE-RDEV" />
<div class="panel-btn-radius">
<button
class="form-control btn btn-default btn-login"
id="radiusLoginButton"
name="radius-submit"
tabindex="8"
type="submit"
>SecurID Login</button>
</div>
</form>
</fieldset>
</div>
</div>
</div>
</div>

</div>
<footer id="footer2" class="footer2">
<div class="footer-content"><a href="/datasecinfo" target="_blank">Privacy Policy</a></div>
</footer>
<footer id="footer" class="footer">
<div class="container">
<div id="footer-links" class="footer-links">
<div id="footer-links-left" class="footer-links-left">
<ul>
<li>&copy; 2021 Volkswagen Group</li>
</ul>
</div>
<div id="footer-links-right" class="footer-links-right">
<ul>
<li>
<a id="link-legal-notice" href="/legalinfo" target="_blank">Legal notice</a>
</li>
<li>
<a id="link-imprint" href="/imprint" target="_blank">Imprint</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
$('input, textarea').placeholder();
$('[data-toggle="tooltip"]').tooltip()
</script>
</body>
</html>
'!
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.