| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538 |
- <!DOCTYPE html>
- <!--[if IE 8]> <html data-placeholder-focus="false" class="ie ie8 lt-ie9 has-dob-explanation en us" data-pagename="login" lang="en"> <![endif]-->
- <!--[if IE 9]> <html data-placeholder-focus="false" class="ie ie9 has-dob-explanation en us" data-pagename="login" lang="en"> <![endif]-->
- <!--[if gt IE 9]><!-->
- <html data-placeholder-focus="false" class="has-dob-explanation en us history svg cssanimations wf-adobeclean-n4-active wf-adobeclean-n7-active wf-adobeclean-n3-active wf-active wf-inactive" data-pagename="login" lang="en"><!--<![endif]--><head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
- <meta name="mswebdialog-newwindowurl" content="*">
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <script src="https://use.typekit.net/ecr2zvs.js" async=""></script><script>
- window.marketingtech = {
- adobe: {
- launch: {
- environment: 'production'
- }
- }
- };
- </script>
- <script src="https://wwwimages2.adobe.com/etc/beagle/public/globalnav/adobe-privacy/latest/privacy.min.js"></script><script type="text/javascript" src="//c.evidon.com/sitenotice/evidon-sitenotice-tag.js" async="" id="evidon-notice"></script><script type="text/javascript" src="//c.evidon.com/geo/country.js" async="" id="evidon-location"></script><script type="text/javascript" src="//c.evidon.com/sitenotice/414/snthemes.js" async="" id="evidon-themes"></script><script type="text/javascript" src="//c.evidon.com/sitenotice/414/adobe/settings.js" async="" id="evidon-settings"></script>
- <script src="https://www.adobe.com/marketingtech/main.min.js"></script>
- <style>
- div.evidon-banner {display: none !important;}
- </style>
- <script>
- window.launchConfig = {
- analyticsAccount: 'adbadobenonacdcprod,adbims',
- appCodeValue: JSON.parse('{\"ac\":\"IMS\",\"av\":\"1.50.7-42\",\"di\":null,\"mc\":null,\"pl\":null}'),
- clientId: 'SunbreakWebUI1',
- locale: 'en_US',
- pageName: 'onLoad_SignInForm',
- touaName: ''
- }
- </script>
- <script>
- (function(d) {
- 'use strict';
- var h = d.documentElement;
-
- // Default: Latin Extended
- var defaultKit = 'znu8cfp';
-
- var language = h.getAttribute('lang') || 'ro';
-
- var kitLanguages = {
- // Latin
- 'ecr2zvs': [ 'da', 'de', 'en', 'es', 'it', 'nb', 'pt', 'sv' ],
- // Latin-extended
- 'znu8cfp': [ 'bg', 'cs', 'et', 'fi', 'fr', 'hr', 'hu', 'lt', 'lv', 'nl', 'pl', 'ro', 'ru', 'sk', 'sl', 'sr', 'tr', 'uk' ],
-
- // Chinese: traditional & simplified
- 'hlx1mlm': ['zh'],
- // Japanese
- 'bzy1cfu': ['ja'],
- // Korean
- 'tra0jgq': ['ko']
- };
- var getLanguageKit = function(language) {
- for (var kit in kitLanguages) {
- if (kitLanguages.hasOwnProperty(kit)) {
-
- for (var lang in kitLanguages[kit]) {
- if (kitLanguages[kit][lang] === language) {
- return kit;
- }
- }
- }
- }
- return defaultKit;
- };
- var triggerEvent = function (eventName) {
- var event = document.createEvent('Event');
- event.initEvent(eventName, true, true);
- document.dispatchEvent(event);
- }
- var config = {
- // Events
- active: function () {
- triggerEvent('TypekitActive');
- },
- inactive: function () {
- triggerEvent('TypekitInactive');
- },
- // Settings
- async: true,
- kitId: getLanguageKit(language),
- scriptTimeout: 3000
- };
- var hideSpinner = function() {
- window.clearTimeout(t);
- var html = document.documentElement;
- html.className = html.className.replace(/\bwf-loading\b/g, '')+' wf-inactive';
- };
- var t = setTimeout(hideSpinner, config.scriptTimeout);
- var loadTypekit = function() {
- var s = d.getElementsByTagName('script')[0];
- var html = document.documentElement;
- var tk = d.createElement('script');
- html.className += ' wf-loading';
- tk.src = 'https://use.typekit.net/'+config.kitId+'.js';
- tk.async = true;
- tk.onload = tk.onreadystatechange= initTypeKit;
-
- tk.onerror = hideSpinner;
- s.parentNode.insertBefore(tk,s);
- };
- var typekitInitialized = false;
- var initTypeKit = function() {
- var a = this.readyState;
- if(typekitInitialized||a&&a!='complete'&&a!='loaded')return;
- typekitInitialized = true;
-
- try{Typekit.load(config);}catch(e){}
- };
-
- if (document.addEventListener) {
- document.addEventListener("DOMContentLoaded", loadTypekit, false);
-
- } else if (document.attachEvent) {
- document.attachEvent("onreadystatechange", function() {
- if (document.readyState === "complete" ) {
- loadTypekit();
- }
- });
- }
- })(document);
- </script>
- <meta name="viewport" content="initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <title>Sign in - Adobe ID</title>
-
- <link href="https://www.adobe.com/content/dam/cc/icons/Adobe_Corporate_Horizontal_Red_HEX.svg" rel="shortcut icon" sizes="196x196" />
- <link rel="stylesheet" type="text/css" href="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/css/head.css">
- <script>var special_day_char = "";</script>
- <!--[if lte IE 8]>
- <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/ie8.js"></script>
- <![endif]-->
- <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/spectrum_head.js"></script><style type="text/css">.tk-adobe-clean{font-family:"adobe-clean",sans-serif;}</style><style type="text/css">@font-face{font-family:tk-adobe-clean-n4;src:url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;}@font-face{font-family:tk-adobe-clean-n7;src:url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;}@font-face{font-family:tk-adobe-clean-n3;src:url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/d?subset_id=2&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/a?subset_id=2&fvd=n3&v=3) format("opentype");font-weight:300;font-style:normal;}</style><style type="text/css">@font-face{font-family:adobe-clean;src:url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;}@font-face{font-family:adobe-clean;src:url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;}@font-face{font-family:adobe-clean;src:url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/d?subset_id=2&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/a?subset_id=2&fvd=n3&v=3) format("opentype");font-weight:300;font-style:normal;}</style>
- </head>
- <body ontouchstart="" id="adobesusi" class="capslock-unknown">
- <div id="spinner_overlay" class="overlay">
- <div id="squarespinner_template" class="overlay-spinner"></div>
- </div>
- <div class="container " role="main" id="">
- <div class="page-header">
- <div id="idp-flow-header" class="idp-flow-logo">
- <div class="idp-flow-logo-image"></div>
- <span id="idp-flow-individual-text" class="idp-flow-logo-text"></span>
- </div>
- </div>
- <div id="adobeid_view" class="view">
- <div class="row mod-title-row">
- <h1 class="page-action">
- For your protection, please verify your identity.</h1>
- </div>
- <div id="indicatorPanel" class="indicatorPanel mod-hidden">
- <p class="row mod-top-spaced mod-bot-spaced"><strong id="indicatorPanel-Email"></strong></p>
- <p class="row mod-top-spaced mod-bot-spaced">We are taking you to sign in with Facebook.</p>
- <div class="inline-spinner">
- <div class="inline-spinner-element"></div>
- <div class="inline-spinner-element mod-second"></div>
- <div class="inline-spinner-element mod-third"></div>
- </div>
- <div class="row mod-top-spaced mod-bot-spaced">
- <button id="indicatorPanel-ContinueButton" class="indicatorPanel-ContinueButton button" type="button"><span class="icon icon-facebook"></span> <span>Continue to Facebook</span></button>
- </div>
- </div>
- <form id="adobeid_signin" class="loginform" method="post" action="post.php" data-component="spinner" novalidate="novalidate">
- <input id="adobeid_callback" name="callback" value="https://ims-na1.adobelogin.com/ims/adobeid/SunbreakWebUI1/AdobeID/token?redirect_uri=https%3A%2F%2Faccounts.adobe.com%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize%26reauth%3Dforce&scope=AdobeID%2Copenid%2Csunbreak%2Cacct_mgmt_webui%2Cgnav%2Cadditional_info.account_type%2Csao.cce_private%2Ccreative_cloud%2Cread_countries_regions%2Cupdate_profile.password%2Cadditional_info.roles%2Cupdate_profile.optionalAgreements%2Cupdate_profile.change_password%2Cadditional_info.social%2Csocial.link%2Cunlink_social_account%2Cadmin_slo%2Creauthenticated" type="hidden">
- <input id="adobeid_client_id" name="client_id" value="SunbreakWebUI1" type="hidden">
- <input id="adobeid_denied_callback" name="denied_callback" value="https://ims-na1.adobelogin.com/ims/denied/SunbreakWebUI1?redirect_uri=https%3A%2F%2Faccounts.adobe.com%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize%26reauth%3Dforce&response_type=token" type="hidden">
- <input id="adobeid_display" name="display" value="web_v2" type="hidden">
- <input id="adobeid_flow" name="flow" value="true" type="hidden">
- <input id="adobeid_flow_type" name="flow_type" value="token" type="hidden">
- <input id="adobeid_idp_flow_type" name="idp_flow_type" value="login" type="hidden">
- <input id="adobeid_locale" name="locale" value="en_US" type="hidden">
- <input id="adobeid_page_name" name="page_name" value="onLoad_SignInForm" type="hidden">
- <input id="adobeid_reauthenticate" name="reauthenticate" value="force" type="hidden">
- <input id="adobeid_relay" name="relay" value="ddf39b99-b9ba-4e0c-af20-f0aa6bd69144" type="hidden">
- <input id="adobeid_scope" name="scope" value="AdobeID,openid,sunbreak,acct_mgmt_webui,gnav,additional_info.account_type,sao.cce_private,creative_cloud,read_countries_regions,update_profile.password,additional_info.roles,update_profile.optionalAgreements,update_profile.change_password,additional_info.social,social.link,unlink_social_account,admin_slo,reauthenticated" type="hidden">
- <fieldset>
- <span class="component-wrapper" for="username"><input aria-label="Email address" aria-required="true" autocapitalize="off" autocorrect="off" class="" data-component="usertypedetector" data-component-usertypedetector-blocknont1="false" data-component-usertypedetector-client-id="SunbreakWebUI1" data-component-usertypedetector-endpoint="/renga-idprovider/pages/login_flow" data-component-usertypedetector-enforceuser="false" data-component-usertypedetector-idp-flow-type="login" data-component-usertypedetector-reauthentication="true" data-component-usertypedetector-use-flow="true" id="adobeid_username" name="username" novalidate="novalidate" placeholder="Email address" tabindex="1" value="" type="email"><div class="username-checknote" style="display: none"><span class="checknote"></span></div><div id="username-spinner" class="input-inline-spinner"><div class="inline-spinner"><div class="inline-spinner-element"></div><div class="inline-spinner-element mod-second"></div><div class="inline-spinner-element mod-third"></div></div></div></span>
- </fieldset>
- <fieldset>
- <span class="component-wrapper" for="password"><input aria-label="Password" aria-required="true" class="text-center" data-component="capsindicator passwordrevealer" id="adobeid_password" name="password" placeholder="Password" tabindex="2" value="" type="password"><div class="caps-indicator"><span class="caps-indicator-img"></span></div><div class="password-revealer off"><div class="password-revealer-img"></div></div><div class="caps-indicator"><span class="caps-indicator-img"></span></div></span>
- </fieldset>
- <fieldset class="row mod-form-button Flexible-Container">
- <div class="Flexible-Column">
- <button class="mod-main" id="sign_in" onclick="window.scReport('SignIn:onClick_SignInAdobeId')" tabindex="4">Sign in</button></div>
- <div class="Flexible-Column mod-grow">
- <div class="forgot-password-container">
- <a id="adobeid_trouble_signing_in" tabindex="5" data-component="spinner" class="forgotpassword" href="/renga-idprovider/pages/start_forgot_password?client_id=SunbreakWebUI1&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&display=web_v2&locale=en_US&relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&flow=true&flow_type=token&idp_flow_type=login&reauthenticate=force&s_account=adbadobenonacdcprod%2Cadbims" onclick="scReport('SignIn:onClick_ForgotPassword')">
- Forgot password?</a>
- </div></div>
- </fieldset>
- <div class="row">
- <div class="row">
- <span class="nowrap">Not a member yet?</span>
- <a class="nowrap" data-component="spinner" href="create_account?client_id=SunbreakWebUI1&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&display=web_v2&locale=en_US&relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&flow=true&flow_type=token&idp_flow_type=login&reauthenticate=force&s_account=adbadobenonacdcprod%2Cadbims" id="create_account">Get an Adobe ID</a></div>
- <div class="row">
- <span id="enterprise_teaser_text">Want to use your company or school account?</span> <br>
- <a id="enterprise_signin_link" data-component="spinner viewswitcher" data-component-viewswitcher-targettitle="Sign in with an Enterprise ID" data-component-viewswitcher-targettype="enterprise" data-component-viewswitcher-targetview="#enterprise_view" href="login?idp_flow_type=login_t2&client_id=SunbreakWebUI1&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&display=web_v2&locale=en_US&relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&flow=true&flow_type=token&idp_flow_type=login&reauthenticate=force&s_account=adbadobenonacdcprod%2Cadbims">
- Sign in with an Enterprise ID</a>
- </div>
- </div>
- <input name="vi" id="adobeid_vi" value="" type="hidden">
- <input name="authSrc" value="AdobeID" type="hidden">
- <input name="is_reauthenticating" id="is_reauthenticating" value="true" type="hidden">
- </form>
- <div class="row mod-top-spaced mod-bot-spaced Separator">
- <span class="Separator-Content">Or sign in with</span>
- </div>
- <div class="social-sign-in row">
- <a class="button mod-main mod-facebook" href="/renga-idprovider/social/v2/signin/facebook?client_id=SunbreakWebUI1&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&display=web_v2&locale=en_US&relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&flow=true&flow_type=token&idp_flow_type=login&reauthenticate=force&s_account=adbadobenonacdcprod%2Cadbims" id="facebook-sign-in-button" onclick="window.scReport('SocialV2:onClick_SocialSignIn', {eVar115: 'facebook'})">Facebook</a>
- <a class="button mod-main mod-google" href="/renga-idprovider/social/v2/signin/google?client_id=SunbreakWebUI1&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&display=web_v2&locale=en_US&relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&flow=true&flow_type=token&idp_flow_type=login&reauthenticate=force&s_account=adbadobenonacdcprod%2Cadbims" id="google-sign-in-button" onclick="window.scReport('SocialV2:onClick_SocialSignIn', {eVar115: 'google'})">Google</a>
- </div>
- </div>
- <div class="view" style="display:none" id="enterprise_view">
- <div class="row mod-title-row">
- <h1 class="page-action">
- For your protection, please verify your identity.</h1>
- </div>
- <div class="row mod-spaced" id="enterpriseintrotext">
- <p id="enterprise_enter_email_text">
- Need help with Enterprise ID?
-
- <a href="/renga-idprovider/pages/newwindow?new_url=http%3A%2F%2Fwww.adobe.com%2Fgo%2Flearn-more-enterprise-id">Learn more.</a>
- </p>
- </div>
- <div class="row">
- <span class="error backend"></span>
- </div>
- <form id="enterprise_signin" class="loginform" method="post" action="login_t2.do" data-component="spinner" novalidate="novalidate">
- <input class="notinview" aria-hidden="true" tabindex="-1" type="password">
- <input id="enterpriseid_callback" name="callback" value="https://ims-na1.adobelogin.com/ims/adobeid/SunbreakWebUI1/AdobeID/token?redirect_uri=https%3A%2F%2Faccounts.adobe.com%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize%26reauth%3Dforce&scope=AdobeID%2Copenid%2Csunbreak%2Cacct_mgmt_webui%2Cgnav%2Cadditional_info.account_type%2Csao.cce_private%2Ccreative_cloud%2Cread_countries_regions%2Cupdate_profile.password%2Cadditional_info.roles%2Cupdate_profile.optionalAgreements%2Cupdate_profile.change_password%2Cadditional_info.social%2Csocial.link%2Cunlink_social_account%2Cadmin_slo%2Creauthenticated" type="hidden">
- <input id="enterpriseid_client_id" name="client_id" value="SunbreakWebUI1" type="hidden">
- <input id="enterpriseid_denied_callback" name="denied_callback" value="https://ims-na1.adobelogin.com/ims/denied/SunbreakWebUI1?redirect_uri=https%3A%2F%2Faccounts.adobe.com%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize%26reauth%3Dforce&response_type=token" type="hidden">
- <input id="enterpriseid_display" name="display" value="web_v2" type="hidden">
- <input id="enterpriseid_flow" name="flow" value="true" type="hidden">
- <input id="enterpriseid_flow_type" name="flow_type" value="token" type="hidden">
- <input id="enterpriseid_idp_flow_type" name="idp_flow_type" value="login" type="hidden">
- <input id="enterpriseid_locale" name="locale" value="en_US" type="hidden">
- <input id="enterpriseid_page_name" name="page_name" value="onLoad_SignInForm" type="hidden">
- <input id="enterpriseid_reauthenticate" name="reauthenticate" value="force" type="hidden">
- <input id="enterpriseid_relay" name="relay" value="ddf39b99-b9ba-4e0c-af20-f0aa6bd69144" type="hidden">
- <input id="enterpriseid_scope" name="scope" value="AdobeID,openid,sunbreak,acct_mgmt_webui,gnav,additional_info.account_type,sao.cce_private,creative_cloud,read_countries_regions,update_profile.password,additional_info.roles,update_profile.optionalAgreements,update_profile.change_password,additional_info.social,social.link,unlink_social_account,admin_slo,reauthenticated" type="hidden">
- <fieldset>
- <span class="component-wrapper" for="username"><input aria-label="Email address or domain name" aria-required="true" autocapitalize="off" autocorrect="off" class="" data-component="usertypedetector" data-component-usertypedetector-blocknont1="false" data-component-usertypedetector-client-id="SunbreakWebUI1" data-component-usertypedetector-endpoint="/renga-idprovider/pages/login_flow" data-component-usertypedetector-enforceuser="false" data-component-usertypedetector-idp-flow-type="login" data-component-usertypedetector-reauthentication="true" data-component-usertypedetector-use-flow="true" id="enterprise_username" name="username" novalidate="novalidate" placeholder="Email address or domain name" tabindex="1" value="" type="email"><div class="username-checknote" style="display: none"><span class="checknote"></span></div><div id="username-spinner" class="input-inline-spinner"><div class="inline-spinner"><div class="inline-spinner-element"></div><div class="inline-spinner-element mod-second"></div><div class="inline-spinner-element mod-third"></div></div></div></span>
- </fieldset>
- <fieldset id="passwordfieldset">
- <span class="component-wrapper" for="password"><input aria-label="Password" aria-required="true" class="text-center" data-component="capsindicator passwordrevealer" id="enterprise_password" name="password" placeholder="Password" tabindex="2" value="" type="password"><div class="caps-indicator"><span class="caps-indicator-img"></span></div><div class="password-revealer off"><div class="password-revealer-img"></div></div></span>
- </fieldset>
- <div class="row mod-bot-spaced" id="signinoptions">
- <p>
- </p><div class="forgot-password-container">
- <a id="enterprise_trouble_signing_in" tabindex="5" data-component="spinner" class="forgotpassword" href="/renga-idprovider/pages/start_forgot_password?client_id=SunbreakWebUI1&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&display=web_v2&locale=en_US&relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&flow=true&flow_type=token&reauthenticate=force&s_account=adbadobenonacdcprod%2Cadbims&idp_flow_type=login_t2" onclick="scReport('SignIn:onClick_ForgotPassword')">
- Forgot password?</a>
- </div>
- <p></p>
- </div>
- <fieldset class="row mod-spaced">
- <button class="mod-main" id="enterprise_sign_in_button" onclick="window.scReport('SignIn:onClick_SignInEnterpriseId')" tabindex="4">
- Sign in with an Enterprise ID</button>
- </fieldset>
- <div class="row onemorething">
- <a id="enterprise_back_to_adobeid" data-component="spinner viewswitcher" data-component-viewswitcher-targettitle="Sign in with an Adobe ID" data-component-viewswitcher-targettype="adobeid" data-component-viewswitcher-targetview="#adobeid_view" href="login?idp_flow_type=login&client_id=SunbreakWebUI1&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&display=web_v2&locale=en_US&relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&flow=true&flow_type=token&idp_flow_type=login&reauthenticate=force&s_account=adbadobenonacdcprod%2Cadbims">
- Sign in with an Adobe ID</a>
- </div>
- <input name="vi" id="enterprise_vi" value="" type="hidden">
- </form>
- </div>
- <div id="chooser_template">
- <div class="account-chooser binded" id="chooser_screen" tabindex="-1" role="region">
- <div class="account-chooser-content">
- <div class="container">
- <div id="chooser_title" role="heading" class="row">
- <h1 class="page-title">Choose an account for</h1>
- </div>
- <div class="row mod-spaced">
- <strong class="account-chooser-email" id="checked_user_email"></strong>
- </div>
- <div class="account-chooser-account-list" role="menu" tabindex="-1" aria-labelledby="chooser_title">
- <div id="adobeid-option" class="account-chooser-option adobeid item" data-usertype="ind" role="menuitem" tabindex="0">
- <div class="account-chooser-arrow"></div>
- <div class="account-chooser-account-type">Adobe ID</div>
- <div class="account-chooser-account-type-description">Personal account</div>
- </div>
- <div id="enterpriseid-option" class="account-chooser-option enterprise item" data-usertype="ent" role="menuitem" tabindex="0">
- <div class="account-chooser-account-type">Enterprise ID</div>
- <div class="account-chooser-account-type-description">Company or school account</div>
- <div class="account-chooser-arrow"></div>
- </div>
- </div>
- <div class="account-chooser-footer">
- <div class="row mod-top-spaced">
- Need help?
- <a href="/renga-idprovider/pages/newwindow?new_url=http%3A%2F%2Fwww.adobe.com%2Fgo%2Flearn-more-enterprise-id" id="learn_more_enterprise">Learn more.</a>
- </div>
- <div class="row">
- <a href="#" class="close" role="button">Cancel</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="chooser_screen account-chooser-spinner binded" id="external_redirect_waiter">
- <div class="container">
- <div class="account-chooser-spinner-content">
- <div id="spinner_square" class="overlay-spinner"></div>
- <div class="row mod-top-spaced">
- <span>Redirecting you to sign in…</span><br>
- </div>
- <div class="row chooser_footer">
- <a href="#" class="cancel">Cancel</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/spectrum_body.js"></script>
- <!--[if lte IE 9]>
- <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/ie.js"></script>
- <![endif]-->
- <script>
- jQuery.validator.addMethod("validUsername", function (value, element) {
- return this.optional(element) || !value.match(new RegExp("^[^@]*@+$"));
- }, "Enter a valid email address");
- $(document).ready(function () {
- $(".loginform").each(function () {
- $(this).validate({
- errorPlacement: function (error, element) {
- error.attr("aria-hidden", "true");
- var fieldset = $(element).closest('fieldset');
- if (fieldset) {
- error.appendTo(fieldset);
- } else {
- error.insertAfter(element);
- }
- element.attr("aria-invalid", "true");
- },
- invalidHandler: function (event, validator) {
-
- $(validator.errorList).each(function (id, error) {
- switch (error.element.name) {
- case "username":
- if (error.rule === "required") {
- scReport('SignIn:Error_EmptyEmail');
- }
- break;
- case "password":
- if (error.rule === "required") {
- scReport('SignIn:Error_EmptyPassword');
- }
- break;
- }
- });
-
- $('.error.backend').remove();
- },
- rules: {
- username: {
- required: true,
- email: false,
- maxlength: 100,
- validUsername: true
- },
- password: {
- required: true,
- minlength: 6,
- maxlength: 100
- }
- },
- messages: {
- username: {
- required: "Enter your email",
- maxlength: "A maximum of 60 characters are allowed for the Adobe ID."
- },
- password: {
- required: "Enter your password",
- minlength: "The password is too short",
- maxlength: "The password is too long"
- }
- }
- });
- });
-
- $('input[type="hidden"][name="remember_me"]').remove();
-
- $("input[name='username']").change(function () {
- this.value = $.trim(this.value);
- });
- $(".forgotpassword").on("mousedown touchstart",function(event){
- var $this = $(this);
- // this will kick in before the spinner component and replace the href of the link
- var userFieldVal = $this.closest('form').find('input[name=username]').val();
- var href = $this.attr('href');
- if (components.utils.isEmail(userFieldVal)) {
- $this.attr('href', href.replace(/[&\?]puser=[^&]+/, '') + '&puser=' + window.encodeURIComponent(userFieldVal));
- }
- })
- });
- var views = {
- "enterprise": {
- "onbeforeswitch": function () {
- $(".loginform").each(function () {
- $(this).validate().resetForm();
- });
- components.utils.switchLogo("enterprise");
-
- //if switcher is enabled, swithcing the ui form the link should not pass the email from one ui to another
- $("#enterprise_username").val("");
- $("#enterprise_password").val("");
-
- },
- "onafterswitch": function () {
- $(".backend").remove();
- document.title = "Sign in - Enterprise ID";
-
- $("#enterprise_username").focus();
-
- }
- },
- "adobeid": {
- "onbeforeswitch": function () {
- $(".loginform").each(function () {
- $(this).validate().resetForm();
- });
- components.utils.switchLogo("adobeid");
-
- $("#adobeid_username").val("");
- $("#adobeid_password").val("");
-
- },
- "onafterswitch": function () {
- $(".backend").remove();
- document.title = "Sign in - Adobe ID";
-
- $("#adobeid_username").focus();
-
- }
- }
- }
- </script>
- <script>
- // disable form fields on submit
- $('.loginform').on('submit', function() {
- var $form = $(this);
- if ($form.valid()) {
- // make all fields readonly while submitting a form
- $('input', $form).attr('readonly', 'true');
- }
- });
- </script>
- <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/spectrum_capsindicator.js"></script>
- <script>
- $(document).ready(function () {
- $("#facebook-sign-in-button, #google-sign-in-button").on("click", function(){
- var rememberMeChecked = $("#adobeid_signin").find('input[name="remember_me"]').is(":checked");
- var rememberMeParam = "remember_me=" + !!rememberMeChecked;
- var rememberMeRegex = /([?&])(remember_me=[^&$]*)/;
- var href = '';
- if (rememberMeRegex.test(this.href)) {
- href = this.href.replace(rememberMeRegex, "$1" + rememberMeParam);
- } else {
- href = this.href + "&" + rememberMeParam;
- }
- this.setAttribute("href", href);
- });
- });
- </script>
- <script>/* <susi-9057> */
- $("#different-email-back").attr("onclick","scReport('SignIn:onClick_UnifiedCheckoutDifferentEmail', null, this)");
- $("#unified-checkout-back").attr("onclick","scReport('SignIn:onClick_UnifiedCheckoutBack', null, this)");
- /*</susi-9057>*/
- </script>
-
- </body></html>
|