CINXE.COM

Consumer Identity 2024 · Seagate

<!DOCTYPE html> <html lang="en-us"> <head> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="UTF-8"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Expires" content="0"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Consumer Identity 2024"> <meta name="keywords" content="Consumer Identity 2024"> <meta name="author" content="Seagate"> <meta name="robots" content="noindex, nofollow"> <title>Consumer Identity 2024 &middot; Seagate</title> <!-- Bootstrap core CSS --> <link href="css/consumer-identity.css" rel="stylesheet"> <link href="css/ss-standard.css" rel="stylesheet"> <!-- Favicons --> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="icon" href="images/favicon.ico"> <script>window.adobeDataLayer = window.adobeDataLayer || [];</script> <script src='https://assets.adobedtm.com/a057d70555d3/6df4ce200bd5/launch-81769e7458bc.min.js' async></script> </head> <body class="sign-in"> <div class="wrapper"> <div class="page-content"> <header> <a href="https://www.seagate.com" class="logo" tabindex="1"><img src="images/stx-staticlogo-green-nopad-149x36.svg" alt="Seagate"></a> </header> <section> <div class="page-title"> <h2>Welcome to Seagate</h2> </div> <div class="content"> <form action="../commonauth" method="post" id="loginForm" class="ci-form" onsubmit="return validateForm()"> <div id="usernamediv" class="form-group"> <label for="username">E-mail Address</label> <input type="email" class="form-control" tabindex="2" autofocus id="username" style="text-transform: lowercase;" name="username" placeholder="E-mail Address"/> <p class="validation-message" id="emailValidationText"></p> </div> <div id="passworddiv" class="form-group"> <label for="password">Password</label> <span class="help-block pull-right"><a href="https://myportal.seagate.com/consumer-identity/password/forgot-password.jsp?RelayState=https%3A%2F%2Fstore.seagate.com%2Fmospsaml%2Factions%2FsendAuthnRequest%3FrelayState%3Dhttps%3A%2F%2Fstore.seagate.com%2Fcustomer%2Faccount%26idp_name%3DD2C" tabindex="6">Forgot your password?</a></span> <input type="password" class="form-control" tabindex="3" id="password" name="password" placeholder="Password"/> <p class="validation-message" id="passwordValidationText"></p> </div> <input type="hidden" name="sessionDataKey" value='4b934d6d-c88a-404c-8100-6bc2325e6e28'/> <div class="form-group"> <button type="submit" class="btn btn-primary btn-block" tabindex="4">Sign In</button> </div> </form> <div class="secondary"> <p class="help-block">Create a new Seagate account.</p> <a href="https://myportal.seagate.com/consumer-identity/reg/index.jsp?RelayState=https%3A%2F%2Fstore.seagate.com%2Fmospsaml%2Factions%2FsendAuthnRequest%3FrelayState%3Dhttps%3A%2F%2Fstore.seagate.com%2Fcustomer%2Faccount%26idp_name%3DD2C" class="btn btn-primary btn-outline btn-block" tabindex="5">Sign UP</a> </div> </div> </section> <footer> <div class="list"> <span>&copy;2024 Seagate Technology LLC</span> <a href="https://www.seagate.com/legal-privacy/terms-and-conditions/">Terms & Conditions</a> <a href="https://www.seagate.com/legal-privacy/privacy-policy/">Privacy Policy</a> </div> </footer> </div> <aside style="background-image: url('images/bg-4-1344x1200.jpg');"></aside> </div> <script src="/authenticationendpoint/assets/js/jquery.min.js"></script> <script src="/authenticationendpoint/js/consumer-identity.js"></script> <script> $(document).ready(function() { $('.main-link').click(function() { $('.main-link').next().hide(); $(this).next().toggle('fast'); var w = $(document).width(); var h = $(document).height(); $('.overlay').css("width", w + "px").css("height", h + "px").show(); }); $('.overlay').click(function() { $(this).hide(); $('.main-link').next().hide(); }); var cookies = document.cookie.split(";"); for (var i = 0; i < cookies.length; i++) { var equals = cookies[i].indexOf("="); var cookiename = -1 < equals ? cookies[i].substr(0, equals) : cookies[i]; if ("customer_token" == cookiename.trim()) document.cookie = cookiename + "=; max-age=0; path=/; domain=.seagate.com"; } }); function doLogin() { var loginForm = document.getElementById('loginForm'); loginForm.submit(); } function myFunction(key, value, name) { var object = document.getElementById(name); var domain = object.value; if ("" != domain) document.location = "../commonauth?idp=" + key + "&authenticator=" + value + "&sessionDataKey=4b934d6d-c88a-404c-8100-6bc2325e6e28&domain=" + domain; else document.location = "../commonauth?idp=" + key + "&authenticator=" + value + "&sessionDataKey=4b934d6d-c88a-404c-8100-6bc2325e6e28"; } function handleNoDomain(key, value) { document.location = "../commonauth?idp=" + key + "&authenticator=" + value + "&sessionDataKey=4b934d6d-c88a-404c-8100-6bc2325e6e28"; } function validateForm() { document.getElementById('emailValidationText').textContent = ''; document.getElementById('passwordValidationText').textContent = ''; document.getElementById("usernamediv").className = "form-group"; document.getElementById("passworddiv").className = "form-group"; document.forms["loginForm"]["username"].value = document.forms["loginForm"]["username"].value.toLowerCase(); var username = document.forms["loginForm"]["username"]; //filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; filter = /^[a-zA-Z0-9!#$%&amp;'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&amp;'*+/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$/; filter2 = /^[0-9]+$/; var language = "en-us"; if ("zh-cn" == language) { if (!(filter.test(username.value)) && !(filter2.test(username.value))) { document.getElementById("usernamediv").className = "form-group has-error"; document.getElementById('emailValidationText').textContent = ''; username.focus(); return false; } } else { if (!(filter.test(username.value))) { document.getElementById("usernamediv").className = "form-group has-error"; document.getElementById('emailValidationText').textContent = 'A valid E-mail address is required.'; username.focus(); return false; } } var password = document.forms["loginForm"]["password"]; if (null == password.value || "" == password.value) { document.getElementById("passworddiv").className = "form-group has-error"; document.getElementById('passwordValidationText').textContent = 'Password cannot be empty.'; password.focus(); return false; } window.adobeDataLayer.push({ "event": "sign in", "accountID": "guest" }); } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10