Skip to content

Instantly share code, notes, and snippets.

@tyhawkins
Created August 11, 2016 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyhawkins/b99d81455f84b4440726f41ade56d066 to your computer and use it in GitHub Desktop.
Save tyhawkins/b99d81455f84b4440726f41ade56d066 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" class="gupui flow-authenticate state-method-select">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<title>Sign In - USA TODAY</title>
<link rel="stylesheet" href="../resources/authenticate/css/authenticate.import.css">
<script type="text/javascript" src="../resources/ui/js/requirejs_common.common.js" ></script>
<script type="text/javascript" src="../resources/ui/js/ui_common.common.js" ></script>
<script type="text/javascript" src="../resources/core/js/gupui_common.common.js" ></script>
<script type="text/javascript" >
/*
Setup context
*/
define('gdp-usf/context', [], {"currentURL": "https://login.usatoday.com/authenticate/?from-state=returning-user-get-redirect&cookies=", "userData": {"userGuid": "b034aa4a-37c0-11e6-8f98-005056b40612"}, "state": {"method-select": true, "name": "method-select"}, "emailAlreadyClaimedHasStandard": false, "emailAlreadyClaimed": false, "persistentFormData": [{"value": "", "key": "cookies"}, {"value": "method-select", "key": "from-state"}], "isPopup": false, "cancelButton": {"cancelURL": "http://www.usatoday.com/", "text": "Cancel"}, "psa": {"enabled": true, "AUTHENTICATION_BACKENDS": ["social.backends.facebook.FacebookOAuth2", "social.backends.twitter.TwitterOAuth", "social.backends.google.GoogleOAuth2", "social.backends.instagram.InstagramOAuth2", "social.backends.linkedin.LinkedinOAuth2", "gupas.psa.backends.YahooOpenIdStateless"]}, "flow": {"configs": {"inputFields": {"username": {"attributes": [{"attribute": "type", "value": "text"}, {"attribute": "pattern", "value": "(.*@.*\\..[^ ]*|.*\\\\.*)"}, {"attribute": "title", "value": "Account Username"}, {"attribute": "id", "value": "login-form-email"}, {"attribute": "class", "value": "input"}, {"attribute": "name", "value": "email"}, {"attribute": "data-errormessage", "value": "{\"patternMismatch\": \"Please provide a valid email address.\"}"}, {"attribute": "required"}], "fieldType": {"input": true}, "label": {"label": "Email"}}, "firstName": {"attributes": [{"attribute": "type", "value": "text"}, {"attribute": "title", "value": "First Name"}, {"attribute": "id", "value": "login-form-first-name"}, {"attribute": "class", "value": "input"}, {"attribute": "name", "value": "firstName"}, {"attribute": "data-errormessage", "value": "{\"typeMismatch\": \"Please provide a valid first name.\"}"}, {"attribute": "required"}], "fieldType": {"input": true}, "label": {"label": "First Name"}}, "passwordConfirm": {"attributes": [{"attribute": "type", "value": "password"}, {"attribute": "title", "value": "Re-enter Password"}, {"attribute": "id", "value": "password-confirm"}, {"attribute": "class", "value": "password-confirm"}, {"attribute": "name", "value": "password-confirm"}, {"attribute": "data-validation-must-match-id", "value": "login-form-password"}, {"attribute": "data-errormessage", "value": "{\"mustMatchInput\": \"Password and password confirmation must match.\"}"}, {"attribute": "required"}], "fieldType": {"input": true}, "label": {"label": "Confirm Password"}}, "passwordLogin": {"attributes": [{"attribute": "type", "value": "password"}, {"attribute": "title", "value": "Enter Password"}, {"attribute": "id", "value": "login-form-password"}, {"attribute": "class", "value": "input"}, {"attribute": "name", "value": "password"}, {"attribute": "maxlength", "value": "30"}, {"attribute": "required"}], "fieldType": {"input": true}, "label": {"label": "Password"}}, "gender": {"attributes": [{"attribute": "id", "value": "login-form-gender"}, {"attribute": "name", "value": "gender"}, {"attribute": "title", "value": "Gender"}, {"attribute": "required"}, {"attribute": "value", "value": ""}], "label": {"label": "Gender"}, "fieldType": {"select": true}, "options": [{"attributes": [{"attribute": "value", "value": ""}], "display": "Choose"}, {"attributes": [{"attribute": "value", "value": "M"}], "display": "Male"}, {"attributes": [{"attribute": "value", "value": "F"}], "display": "Female"}]}, "passwordRegister": {"validationHint": "5-30 letters or numbers, no spaces", "attributes": [{"attribute": "type", "value": "password"}, {"attribute": "title", "value": "Enter Password"}, {"attribute": "id", "value": "login-form-password"}, {"attribute": "class", "value": "input"}, {"attribute": "name", "value": "password"}, {"attribute": "maxlength", "value": "30"}, {"attribute": "pattern", "value": "[a-zA-Z0-9]{5,30}"}, {"attribute": "data-errormessage", "value": "{\"patternMismatch\": \"5-30 letters or numbers, no spaces\"}"}, {"attribute": "required"}], "fieldType": {"input": true}, "label": {"label": "Password"}}, "zipCode": {"attributes": [{"attribute": "type", "value": "text"}, {"attribute": "title", "value": "Zip Code"}, {"attribute": "id", "value": "login-form-zip-code"}, {"attribute": "class", "value": "input"}, {"attribute": "name", "value": "zipCode"}, {"attribute": "data-errormessage", "value": "{\"patternMismatch\": \"Please provide a valid zip code.\"}"}, {"attribute": "required"}, {"attribute": "pattern", "value": "\\d{5}([\\-]\\d{4})?"}], "fieldType": {"input": true}, "label": {"label": "Zip Code"}}, "birthYear": {"attributes": [{"attribute": "type", "value": "text"}, {"attribute": "id", "value": "login-form-birthYear"}, {"attribute": "name", "value": "birthYear"}, {"attribute": "title", "value": "Birth Year"}, {"attribute": "size", "value": "4"}, {"attribute": "maxlength", "value": "4"}, {"attribute": "pattern", "value": "\\d{4}"}, {"attribute": "required"}, {"attribute": "placeholder", "value": "YYYY"}, {"attribute": "value", "value": ""}, {"attribute": "class", "value": "input"}], "fieldType": {"input": true}, "label": {"label": "Birth Year"}}, "lastName": {"attributes": [{"attribute": "type", "value": "text"}, {"attribute": "title", "value": "Last Name"}, {"attribute": "id", "value": "login-form-last-name"}, {"attribute": "class", "value": "input"}, {"attribute": "name", "value": "lastName"}, {"attribute": "data-errormessage", "value": "{\"typeMismatch\": \"Please provide a valid last name.\"}"}, {"attribute": "required"}], "fieldType": {"input": true}, "label": {"label": "Last Name"}}, "email": {"attributes": [{"attribute": "type", "value": "email"}, {"attribute": "title", "value": "Account Email"}, {"attribute": "id", "value": "login-form-email"}, {"attribute": "class", "value": "input"}, {"attribute": "name", "value": "email"}, {"attribute": "data-errormessage", "value": "{\"typeMismatch\": \"Please provide a valid email address.\"}"}, {"attribute": "required"}], "fieldType": {"input": true}, "label": {"label": "Email"}}}, "defaultSuccessURL": "http://www.usatoday.com/", "errorMessageBottomEnabled": false, "js": {"views": [{"alias": "body", "prototypes": ["gdp-usf/core/js/views/body_def"]}, {"alias": "social", "prototypes": ["gdp-usf/authenticate/js/views/social_def"]}, {"alias": "form", "prototypes": ["gdp-usf/core/js/views/form_def"]}, {"alias": "window", "prototypes": ["gdp-usf/core/js/views/window_def"]}]}, "states": {"more-info": {"inputFieldOrder": ["firstName", "lastName", "email", "birthYear", "gender", "zipCode", "passwordRegister", "passwordConfirm"]}}, "cssFiles": ["../resources/authenticate/css/authenticate.import.css"], "errorMessageTopEnabled": true}, "authenticate": true, "name": "authenticate"}, "janrain": {"js": {"scriptURL": "https://rpxnow.com/js/lib/gup/engage.js", "settings": {"noProvidersCss": true, "appUrl": "https://gup.rpxnow.com", "popup": false, "tokenUrl": "https://login.usatoday.com/USAT-GUP/authenticate/", "custom": true, "appId": "mhpkdhnigkcihjjdmlkl"}}}, "requestData": {"from-state": "returning-user-get-redirect", "cookies": ""}, "dictionaryProcessed": {"footer": "<a href=\"http://www.usatoday.com/legal/tos.html\">Terms of Service</a> \u2022 <a href=\"http://www.usatoday.com/legal/privacynotice.html\">Privacy Policy</a> \u2022 <a href=\"http://static.usatoday.com/help\">Help</a>", "blacklistedUrlKeys": ["password", "password-confirm", "current-password"], "messages": {"authenticate_createUser_API_310": {"displayMessage": "The password you provided didn't meet our requirements. Please make sure it is 5-30 letters or numbers, with no spaces.", "type": "error"}, "passwordForgot_beginStateAPI_API_220": {"displayMessage": "No accounts were found with the information provided. Please try again.", "type": "error"}, "manageCredentials_disconnectSocialProviderAPI_HTTP_200": {"displayMessage": " has been disconnected.", "type": "success"}, "authenticate_updateUser_HTTP_TIMEOUT": {"displayMessage": "We apologize, but our system is not working correctly at this time. Please try again later.", "type": "error"}, "passwordChange_passwordMismatch": {"displayMessage": "The passwords you entered don't match. Please try again.", "type": "error"}, "invalid_email": {"displayMessage": "Please enter a valid email address.", "type": "error"}, "passwordChange_beginStateAPI_API_110": {"displayMessage": "We were not able to change your password. Please confirm that your new password includes 5-30 letters or numbers, no spaces, and is not the same as your current password.", "type": "error"}, "passwordChange_beginStateAPI_API_340": {"displayMessage": "The password you entered has expired. Please reset your password to sign in.", "type": "error"}, "manageCredentials_addSocialProviderAPI_HTTP_200": {"displayMessage": " has now been added to your account. You can now use it to sign in.", "type": "success"}, "psa_AuthCanceled": {"displayMessage": "Your sign-in attempt was canceled before it was completed. Please try again or choose another sign-in method.", "type": "error"}, "authenticate_login_API_110": {"displayMessage": "We apologize, but our system is not working correctly at this time. Please try again later.", "type": "error"}, "authenticate_login_API_220": {"displayMessage": "No accounts were found with the information provided. Please try again.", "type": "error"}, "psa_AuthUnknownError": {"displayMessage": "There was an error signing you in. Please try again later or choose another sign-in method.", "type": "error"}, "authenticate_login_API_300": {"displayMessage": "The password you entered does not appear to be correct. Please try again or <a href=\"../password-forgot/\">reset your password</a>.", "type": "error"}, "authenticate_updateUser": {"displayMessage": "We apologize, but our system is not working correctly at this time. Please try again later.", "type": "error"}, "passwordChange_beginStateAPI_API_300": {"displayMessage": "Invalid password reset token. If you received multiple password reset emails, please use the link provided in the most recent email.", "type": "error"}, "authenticate_getUser_HTTP_TIMEOUT": {"displayMessage": "We apologize, but our system is not working correctly at this time. Please try again later.", "type": "error"}, "manageCredentials_addSocialProviderAPI_API_540": {"displayMessage": "The credentials you attempted to link are already tied to another account. You must first disconnect it from the other account to add it here.", "type": "error"}, "lastSocialLogin_noLastSocialProvider": {"displayMessage": "Your account does not have a password and is associated with a provider not currently supported. Please contact customer support for assistance.", "type": "error"}, "passwordChange_beginStateAPI_HTTP_200": {"displayMessage": "Your password has been updated.", "type": "success"}, "passwordChange_beginStateAPI_API_620": {"displayMessage": "Your password must contain 5-30 letters or numbers, with no spaces.", "type": "error"}, "authenticate_invalidToken": {"displayMessage": "We apologize, but our system is not working correctly at this time. Please try again later.", "type": "error"}, "passwordForgot_beginStateAPI_API_350": {"displayMessage": "We don't appear to have a password associated with that account. Please use the method you signed in with before.", "type": "error"}, "passwordChange_beginStateAPI_API_330": {"displayMessage": "The password you entered doesn't match our records. Please try again.", "type": "error"}, "passwordChange_beginStateAPI_API_799": {"displayMessage": "We apologize, but we can't change your password at this time. Please try again later.", "type": "error"}, "passwordChange_beginStateAPI_API_350": {"displayMessage": "Your account is currently only set up to use social credentials. Please use the method you signed in with before.", "type": "error"}, "authenticate_login_HTTP_TIMEOUT": {"displayMessage": "We apologize, but our system is not working correctly at this time. Please try again later.", "type": "error"}, "passwordForgot_beginStateAPI_HTTP_TIMEOUT": {"displayMessage": "We apologize, but our system is not working correctly at this time. Please try again later.", "type": "error"}, "authenticate_getUser_HTTP_500": {"displayMessage": "We apologize, but our system is not working correctly at this time. Please try again later.", "type": "error"}, "authenticate_login_API_340": {"displayMessage": "Your session has expired. Please sign in to continue.", "type": "error"}, "authenticate_login_API_380": {"displayMessage": "Your account is not set up to use this sign-in method. Please use the method you signed in with before.", "type": "error"}, "passwordCreate_beginStateAPI_HTTP_200": {"displayMessage": "Your password was created.", "type": "success"}, "passwordChange_beginStateAPI_HTTP_TIMEOUT": {"displayMessage": "We apologize, but our system is not working correctly at this time. Please try again later.", "type": "error"}, "authenticate_createUser_emailAlreadyClaimed": {"displayMessage": "There is already an account associated with the email address you entered. Please enter a different email address, or sign in to the existing account associated with .", "type": "error"}, "passwordCreate_beginStateAPI_API_114": {"displayMessage": "The email address you entered is already tied to another account. Please try a different email address.", "type": "error"}, "passwordChange_beginStateAPI_API_220": {"displayMessage": "No accounts were found with the information provided. Please try again.", "type": "error"}, "passwordChange_tokenSuccess": {"displayMessage": "Your password has been updated. Please sign in to continue.", "type": "success"}, "passwordChange_beginStateAPI_API_370": {"displayMessage": "Your new password must be different than your previous password. Please try again.", "type": "error"}, "authenticate_login_API_303": {"displayMessage": "We apologize, but there is an issue with your password. Please <a href=\"../password-forgot/\">reset your password</a> to continue.", "type": "error"}}, "flows": {"passwordForgot": {"states": {"begin": {"introBlock": {"headline": "Reset Password", "body": ["Please enter your email, and we will send you a link to reset your password."]}, "headline": "Reset Password", "cancelButton": {"defaultURL": "http://www.usatoday.com/", "text": "Cancel"}, "title": "Reset Password - USA TODAY", "submit": "Send Email", "intro": ["Please enter your email, and we will send you a link to reset your password."], "submitAuthenticate": "Return to Sign In / Create an Account", "legend": null}, "confirm": {"title": "Forgot Confirmation - USA TODAY", "headline": "Password Reset Request Received", "introBlock": {"headline": "Password Reset Request Received", "body": ["Your password reset request has been received. Reset instructions will be emailed to if the account exists in our system."]}, "submit": "Resend Email", "intro": ["Your password reset request has been received. Reset instructions will be emailed to if the account exists in our system."], "submitAuthenticate": "Return to Sign In / Create an Account", "legend": null}}}, "credentialManagement": {"states": {"create-password": {"introBlock": {"headline": "Create a Password", "body": ["You can use your email and password to sign in."]}, "headline": "Create a Password", "submitBack": "Go Back", "submit": "Create Password", "intro": ["You can use your email and password to sign in."], "title": "Credential Management - USA TODAY"}, "begin": {"standard-user": {"social-intro": ["Click on the icons below to add or remove a social provider."], "passwordIntroBlock": {"headline": "Email / Password", "body": ["You can change the password you use to sign in."]}, "title": "Credential Management - USA TODAY", "introBlock": {"headline": "Social Credentials"}, "submit": "Change My Password", "password-headline": "Email / Password", "intro": ["You can change the password you use to sign in."], "social-headline": "Social Credentials"}, "cancelButton": {"defaultURL": null, "text": "Return to account information."}, "social-user": {"social-intro": ["Click on the icons below to add or remove a social provider."], "passwordIntroBlock": {"headline": "Email / Password", "body": ["Create a password to be able to sign in with your email."]}, "title": "Credential Management - USA TODAY", "introBlock": {"headline": "Social Credentials", "body": ["Click on the icons below to add or remove a social provider."]}, "submit": "Create a Password", "password-headline": "Email / Password", "intro": ["Create a password to be able to sign in with your email."], "social-headline": "Social Credentials"}}, "manage-credentials": {"social-intro": ["Click on the icons below to add or remove a social provider."], "passwordIntroBlock": {"headline": "Email / Password", "body": ["You can change the password you use to sign in with your email."]}, "introBlock": {"headline": "Social Credentials", "body": ["Click on the icons below to add or remove a social provider."]}, "cancelButton": {"defaultURL": null, "text": "Return to account information."}, "title": "Credential Management - USA TODAY", "submit": "Change My Password", "password-headline": "Email / Password", "intro": ["You can change the password you use to sign in with your email."], "social-headline": "Social Credentials"}, "disconnect-provider": {"introBlock": {"headline": "Disconnect ?", "body": ["Once disconnected, you will no longer be able to use it to login. You can reconnect it at any time."]}, "headline": "Disconnect ?", "cancelButton": {"defaultURL": null, "text": "Go Back"}, "title": "Credential Management - USA TODAY", "submit": "Disconnect ", "intro": ["Once disconnected, you will no longer be able to use it to login. You can reconnect it at any time."]}, "manage-credentials-without-standard-credentials": {"social-intro": ["Click on the icons below to add or remove a social provider."], "passwordIntroBlock": {"headline": "Email / Password", "body": ["Create a password to be able to sign in with your email."]}, "introBlock": {"headline": "Social Credentials", "body": ["Click on the icons below to add or remove a social provider."]}, "cancelButton": {"defaultURL": null, "text": "Return to account information."}, "title": "Credential Management - USA TODAY", "submit": "Create a Password", "password-headline": "Email / Password", "intro": ["Create a password to be able to sign in with your email."], "social-headline": "Social Credentials"}, "disconnect-provider-without-standard-credentials": {"cancelButton": {"defaultURL": null, "text": "Go Back"}, "intro": ["We can't disconnect your credentials because they are the only credentials associated with your account. To disconnect , you must first create a password, or connect another social provider."], "introBlock": {"body": ["We can't disconnect your credentials because they are the only credentials associated with your account. To disconnect , you must first create a password, or connect another social provider."]}, "submit": "Create a Password", "title": "Credential Management - USA TODAY"}, "change-password": {"headline": "Change Your Password", "submitBack": "Go Back", "introBlock": {"headline": "Change Your Password"}, "submit": "Change My Password", "title": "Credential Management - USA TODAY"}}}, "authenticate": {"states": {"more-info": {"intro": ["We just need a little information before we can create your account."], "submitBack": "Go Back", "introBlock": {"body": ["We just need a little information before we can create your account."]}, "submit": "Create Account", "title": "Sign In - USA TODAY"}, "last-social-login": {"intro": "Your account is setup to use . Please select the card below to sign in.", "submitBack": "Go Back", "introBlock": {"body": ["Your account is setup to use . Please select the card below to sign in."]}, "title": "Sign In With - USA TODAY"}, "returning-user": {"headline": "Sign In", "cancelButton": {"defaultURL": "http://www.usatoday.com/", "text": "Cancel"}, "intro": [], "submit": "More Options", "title": "Sign In - USA TODAY"}, "method-select": {"introBlock": {"headline": "Sign In / Create an Account"}, "headline": "Sign In / Create an Account", "cancelButton": {"defaultURL": "http://www.usatoday.com/", "text": "Cancel"}, "title": "Sign In - USA TODAY", "dividerText": "or", "submit": "Sign In / Create an Account", "moreOptionsText": "More Options", "legend": null}, "welcome": {"title": "Welcome - USA TODAY", "welcome": {"headline": "Welcome !", "intro": ["Your account has been created."], "introBlock": {"headline": "Welcome !", "body": ["Your account has been created."]}}, "additionalAction": ["If you did not intend to sign in as , please logout of your social provider and try again."], "submit": "Continue", "welcome-back": {"headline": "Welcome Back !", "intro": ["You can now use any of the methods below to access your account."], "introBlock": {"headline": "Welcome Back !", "body": ["You can now use any of the methods below to access your account."]}}, "restart": "Return To Sign In"}, "standard-login": {"introBlock": {"body": ["We found an account for . Please provide your password to sign in."]}, "submitForgotPassword": "Forgot Password?", "submitBack": "Go Back", "submit": "Sign In", "intro": ["We found an account for . Please provide your password to sign in."], "title": "Sign In - USA TODAY"}}}, "passwordChange": {"states": {"begin": {"title": "Password Change - USA TODAY", "headline": "Password Change", "cancelButton": {"defaultURL": null, "text": "Go Back"}, "introBlock": {"headline": "Password Change", "body": ["Please enter a new password for your account."]}, "submit": "Change Password", "intro": ["Please enter a new password for your account."], "legend": null}, "confirm": {"headline": "Password Change Successful", "legend": null, "submit": "Return to Sign In / Create an Account", "title": "Reset Confirmation - USA TODAY"}}}}, "header": {"title": "USA TODAY", "logoSource": "https://staticassets.usatoday.com/global/assets/uscp/property/usatoday/logo/logo_white_40h@2x.png", "logoURL": "http://www.usatoday.com/"}, "state": {"introBlock": {"headline": "Sign In / Create an Account"}, "headline": "Sign In / Create an Account", "cancelButton": {"defaultURL": "http://www.usatoday.com/", "text": "Cancel"}, "title": "Sign In - USA TODAY", "dividerText": "or", "submit": "Sign In / Create an Account", "moreOptionsText": "More Options", "legend": null}, "urlSource": {"passwordForgot": "../password-forgot/", "authenticate": "../authenticate/", "passwordChange": "../password-change/"}}, "sessionKey": null, "inputFields": [{"attributes": [{"attribute": "type", "value": "text"}, {"attribute": "pattern", "value": "(.*@.*\\..[^ ]*|.*\\\\.*)"}, {"attribute": "title", "value": "Account Username"}, {"attribute": "id", "value": "login-form-email"}, {"attribute": "class", "value": "input"}, {"attribute": "name", "value": "email"}, {"attribute": "data-errormessage", "value": "{\"patternMismatch\": \"Please provide a valid email address.\"}"}, {"attribute": "required"}], "fieldType": {"input": true}, "label": {"label": "Email"}}], "autoLoginHash": null, "currentURLPath": "https://login.usatoday.com/authenticate/", "jsTag": {"data": {"uaid": "USAT-GUP", "partner_type": "basic", "contenttype": "gup", "pageName": "gup|authenticate|method-select", "requires_https": true}, "dataJSON": "{\"uaid\": \"USAT-GUP\", \"partner_type\": \"basic\", \"contenttype\": \"gup\", \"pageName\": \"gup|authenticate|method-select\", \"requires_https\": true}", "today": "2016-08-11", "scriptURL": "//tags.tiqcdn.com/utag/gci/usat/prod/utag.js?asof=2016-08-11"}, "socialProviders": [{"isSocial": true, "title": "Facebook", "passAccessToken": true, "enabled": true, "alias": "facebook", "backendName": "facebook", "useUIDAsSocialId": true, "psaUrl": "https://user.gcion.com/GANNETT-GUP-PSA/psa/facebook/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select", "aliasCredentialTypeFormat": "Facebook"}, {"isSocial": true, "title": "Google+", "enabled": true, "alias": "googleplus", "backendName": "google-oauth2", "useUIDAsSocialId": true, "psaUrl": "https://user.gcion.com/GANNETT-GUP-PSA/psa/googleplus/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select", "aliasCredentialTypeFormat": "GooglePlus"}, {"isSocial": true, "title": "Twitter", "enabled": true, "alias": "twitter", "backendName": "twitter", "psaUrl": "https://user.gcion.com/GANNETT-GUP-PSA/psa/twitter/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select", "aliasCredentialTypeFormat": "Twitter"}, {"isSocial": true, "title": "Yahoo", "enabled": true, "alias": "yahoo", "backendName": "yahoo", "psaUrl": "https://user.gcion.com/GANNETT-GUP-PSA/psa/yahoo/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select", "aliasCredentialTypeFormat": "Yahoo"}, {"isSocial": true, "title": "Instagram", "enabled": true, "alias": "instagram", "backendName": "instagram", "psaUrl": "https://user.gcion.com/GANNETT-GUP-PSA/psa/instagram/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select", "aliasCredentialTypeFormat": "Instagram"}, {"isSocial": true, "title": "LinkedIn", "enabled": true, "alias": "linkedin", "backendName": "linkedin-oauth2", "psaUrl": "https://user.gcion.com/GANNETT-GUP-PSA/psa/linkedin/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select", "aliasCredentialTypeFormat": "LinkedIn"}]});
/*
Go go authentication app!
*/
require([
'gdp-usf/core/js/app'
], function(
app
){});
</script>
<script type="text/javascript">
var utag_data = {"uaid": "USAT-GUP", "partner_type": "basic", "contenttype": "gup", "pageName": "gup|authenticate|method-select", "requires_https": true};
</script>
<script defer src="//tags.tiqcdn.com/utag/gci/usat/prod/utag.js?asof=2016-08-11"></script>
</head>
<body>
<header class="header">
<a href="http://www.usatoday.com/">
<img src="https://staticassets.usatoday.com/global/assets/uscp/property/usatoday/logo/logo_white_40h@2x.png" alt="USA TODAY" class="logo">
</a>
</header>
<section class="page">
<section class="intro-container">
<h1 class="headline">Sign In / Create an Account</h1>
<div class="body">
</div>
</section>
<div class="social">
<ol class="providers">
<li class="provider provider-facebook">
<a href="https://user.gcion.com/GANNETT-GUP-PSA/psa/facebook/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select">Facebook</a>
</li><li class="provider provider-googleplus">
<a href="https://user.gcion.com/GANNETT-GUP-PSA/psa/googleplus/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select">Google+</a>
</li><li class="provider provider-twitter">
<a href="https://user.gcion.com/GANNETT-GUP-PSA/psa/twitter/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select">Twitter</a>
</li><li class="provider provider-yahoo">
<a href="https://user.gcion.com/GANNETT-GUP-PSA/psa/yahoo/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select">Yahoo</a>
</li><li class="provider provider-instagram">
<a href="https://user.gcion.com/GANNETT-GUP-PSA/psa/instagram/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select">Instagram</a>
</li><li class="provider provider-linkedin">
<a href="https://user.gcion.com/GANNETT-GUP-PSA/psa/linkedin/?return-url=https%3A%2F%2Flogin.usatoday.com%2Fauthenticate%2F%3Fcookies%3D%26from-state%3Dmethod-select">LinkedIn</a>
</li>
<div class="more-options-cover"><span class="more-options-link">More Options</span></div>
</ol>
</div>
<div class="divider"><div class="inner">or</div></div>
<form id="form-authenticate-method-select" action="." method="post">
<input type="hidden" name="cookies" value="">
<input type="hidden" name="from-state" value="method-select">
<fieldset>
<label class="form-field">
<span class="label-input-set">
<span class="label">Email</span>
<span class="validation"></span>
<input
type
="text"
pattern
="(.*@.*\..[^ ]*|.*\\.*)"
title
="Account Username"
id
="login-form-email"
class
="input"
name
="email"
data-errormessage
="{&quot;patternMismatch&quot;: &quot;Please provide a valid email address.&quot;}"
required
>
</span>
</label>
<div class="form-button">
<button type="submit" class="input button primary">Sign In / Create an Account</button>
</div>
</fieldset>
</form>
<div class="form-button form-button-cancel">
<a class="button" href="http://www.usatoday.com/">Cancel</a>
</div>
</section>
<footer class="footer">
<a href="http://www.usatoday.com/legal/tos.html">Terms of Service</a> • <a href="http://www.usatoday.com/legal/privacynotice.html">Privacy Policy</a> • <a href="http://static.usatoday.com/help">Help</a>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment